Shades of Reef Gold #AC8D32
Tints of Reef Gold #AC8D32
RGB
CMYK
RGB Variations
Color information
#AC8D32 (or 0xAC8D32) is known color: Reef Gold. HEX triplet: AC, 8D and 32. RGB value is (172,141,50). Sum of RGB (Red+Green+Blue) = 172+141+50=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D32 is #5372CD. Grayscale: #8C8C8C. Windows color (decimal): -5468878 or 3313068. OLE color: 3313068.
HSL color Cylindrical-coordinate representation of color #AC8D32: hue angle of 44.75º 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 #AC8D32 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 50 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.33 |
| HSL | 44.75º | 0.55% | 0.44% | - |
| HSV(B) | 44.75º | 0.71% | 0.67% | - |
| XYZ | 27.11 | 28.05 | 7 | - |
| YUV | 139.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 50 | 0 | 0.18 | 0.71 | 0.33 | 44.75 | 0.55 | 0.44 |
| Hex | AC | 8D | 32 | 0 | 12 | 47 | 21 | 2D | 37 | 2C |
| Octal | 254 | 215 | 62 | 0 | 22 | 107 | 41 | 55 | 67 | 54 |
| Binary | 10101100 | 10001101 | 110010 | 0 | 10010 | 1000111 | 100001 | 101101 | 110111 | 101100 |
Color Harmonies of #AC8D32
Complementary color
Monochromatic Colors of #AC8D32
Black with #AC8D32
Text Example
Text Example
White with #AC8D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D32; }
p { color: rgb(172,141,50); }
H1.HeaderClassName
{
color: #AC8D32;
}
.AnyTagClassName
{
color: #AC8D32;
}
</style>
background-color css
<style>
a { background-color: #AC8D32; }
a { background-color: rgb(172,141,50); }
div.DivClassName
{
background-color: #AC8D32;
}
.BgClassName
{
background-color: #AC8D32;
}
</style>
border-color css
<style>
span { border-color: #AC8D32; }
span { border-color: rgb(172,141,50); }
td.TdClassName
{
border-color: #AC8D32;
}
.TagClassName
{
border-color: #AC8D32;
}
</style>