Color

Property of: Part
Type: PartColor
Tags:  read write instance

The color of the part

Example
local part = script.Parent

part.Color = PartColor.new(200, 155, 125, 255)