Shades of Reef Gold #AC8C33
Tints of Reef Gold #AC8C33
RGB
CMYK
RGB Variations
Color information
#AC8C33 (or 0xAC8C33) is known color: Reef Gold. HEX triplet: AC, 8C and 33. RGB value is (172,140,51). Sum of RGB (Red+Green+Blue) = 172+140+51=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C33 is #5373CC. Grayscale: #8B8B8B. Windows color (decimal): -5469133 or 3378348. OLE color: 3378348.
HSL color Cylindrical-coordinate representation of color #AC8C33: hue angle of 44.13º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC8C33 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 51 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.33 |
| HSL | 44.13º | 0.54% | 0.44% | - |
| HSV(B) | 44.13º | 0.7% | 0.67% | - |
| XYZ | 26.99 | 27.77 | 7.07 | - |
| YUV | 139.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 51 | 0 | 0.19 | 0.70 | 0.33 | 44.13 | 0.54 | 0.44 |
| Hex | AC | 8C | 33 | 0 | 13 | 46 | 21 | 2C | 36 | 2C |
| Octal | 254 | 214 | 63 | 0 | 23 | 106 | 41 | 54 | 66 | 54 |
| Binary | 10101100 | 10001100 | 110011 | 0 | 10011 | 1000110 | 100001 | 101100 | 110110 | 101100 |
Color Harmonies of #AC8C33
Complementary color
Monochromatic Colors of #AC8C33
Black with #AC8C33
Text Example
Text Example
White with #AC8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C33; }
p { color: rgb(172,140,51); }
H1.HeaderClassName
{
color: #AC8C33;
}
.AnyTagClassName
{
color: #AC8C33;
}
</style>
background-color css
<style>
a { background-color: #AC8C33; }
a { background-color: rgb(172,140,51); }
div.DivClassName
{
background-color: #AC8C33;
}
.BgClassName
{
background-color: #AC8C33;
}
</style>
border-color css
<style>
span { border-color: #AC8C33; }
span { border-color: rgb(172,140,51); }
td.TdClassName
{
border-color: #AC8C33;
}
.TagClassName
{
border-color: #AC8C33;
}
</style>