Shades of Reef Gold #AC8C32
Tints of Reef Gold #AC8C32
RGB
CMYK
RGB Variations
Color information
#AC8C32 (or 0xAC8C32) is known color: Reef Gold. HEX triplet: AC, 8C and 32. RGB value is (172,140,50). Sum of RGB (Red+Green+Blue) = 172+140+50=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C32 is #5373CD. Grayscale: #8B8B8B. Windows color (decimal): -5469134 or 3312812. OLE color: 3312812.
HSL color Cylindrical-coordinate representation of color #AC8C32: hue angle of 44.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC8C32 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 50 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.33 |
| HSL | 44.26º | 0.55% | 0.44% | - |
| HSV(B) | 44.26º | 0.71% | 0.67% | - |
| XYZ | 26.97 | 27.76 | 6.95 | - |
| YUV | 139.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 50 | 0 | 0.19 | 0.71 | 0.33 | 44.26 | 0.55 | 0.44 |
| Hex | AC | 8C | 32 | 0 | 13 | 47 | 21 | 2C | 37 | 2C |
| Octal | 254 | 214 | 62 | 0 | 23 | 107 | 41 | 54 | 67 | 54 |
| Binary | 10101100 | 10001100 | 110010 | 0 | 10011 | 1000111 | 100001 | 101100 | 110111 | 101100 |
Color Harmonies of #AC8C32
Complementary color
Monochromatic Colors of #AC8C32
Black with #AC8C32
Text Example
Text Example
White with #AC8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C32; }
p { color: rgb(172,140,50); }
H1.HeaderClassName
{
color: #AC8C32;
}
.AnyTagClassName
{
color: #AC8C32;
}
</style>
background-color css
<style>
a { background-color: #AC8C32; }
a { background-color: rgb(172,140,50); }
div.DivClassName
{
background-color: #AC8C32;
}
.BgClassName
{
background-color: #AC8C32;
}
</style>
border-color css
<style>
span { border-color: #AC8C32; }
span { border-color: rgb(172,140,50); }
td.TdClassName
{
border-color: #AC8C32;
}
.TagClassName
{
border-color: #AC8C32;
}
</style>