Shades of Reef Gold #AC8F32
Tints of Reef Gold #AC8F32
RGB
CMYK
RGB Variations
Color information
#AC8F32 (or 0xAC8F32) is known color: Reef Gold. HEX triplet: AC, 8F and 32. RGB value is (172,143,50). Sum of RGB (Red+Green+Blue) = 172+143+50=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F32 is #5370CD. Grayscale: #8D8D8D. Windows color (decimal): -5468366 or 3313580. OLE color: 3313580.
HSL color Cylindrical-coordinate representation of color #AC8F32: hue angle of 45.74º 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 #AC8F32 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 50 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.33 |
| HSL | 45.74º | 0.55% | 0.44% | - |
| HSV(B) | 45.74º | 0.71% | 0.67% | - |
| XYZ | 27.41 | 28.65 | 7.1 | - |
| YUV | 141.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 50 | 0 | 0.17 | 0.71 | 0.33 | 45.74 | 0.55 | 0.44 |
| Hex | AC | 8F | 32 | 0 | 11 | 47 | 21 | 2E | 37 | 2C |
| Octal | 254 | 217 | 62 | 0 | 21 | 107 | 41 | 56 | 67 | 54 |
| Binary | 10101100 | 10001111 | 110010 | 0 | 10001 | 1000111 | 100001 | 101110 | 110111 | 101100 |
Color Harmonies of #AC8F32
Complementary color
Monochromatic Colors of #AC8F32
Black with #AC8F32
Text Example
Text Example
White with #AC8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F32; }
p { color: rgb(172,143,50); }
H1.HeaderClassName
{
color: #AC8F32;
}
.AnyTagClassName
{
color: #AC8F32;
}
</style>
background-color css
<style>
a { background-color: #AC8F32; }
a { background-color: rgb(172,143,50); }
div.DivClassName
{
background-color: #AC8F32;
}
.BgClassName
{
background-color: #AC8F32;
}
</style>
border-color css
<style>
span { border-color: #AC8F32; }
span { border-color: rgb(172,143,50); }
td.TdClassName
{
border-color: #AC8F32;
}
.TagClassName
{
border-color: #AC8F32;
}
</style>