Shades of Reef Gold #AC8E39
Tints of Reef Gold #AC8E39
RGB
CMYK
RGB Variations
Color information
#AC8E39 (or 0xAC8E39) is known color: Reef Gold. HEX triplet: AC, 8E and 39. RGB value is (172,142,57). Sum of RGB (Red+Green+Blue) = 172+142+57=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E39 is #5371C6. Grayscale: #8D8D8D. Windows color (decimal): -5468615 or 3772076. OLE color: 3772076.
HSL color Cylindrical-coordinate representation of color #AC8E39: hue angle of 44.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC8E39 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 57 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.33 |
| HSL | 44.35º | 0.5% | 0.45% | - |
| HSV(B) | 44.35º | 0.67% | 0.67% | - |
| XYZ | 27.42 | 28.41 | 7.91 | - |
| YUV | 141.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 57 | 0 | 0.17 | 0.67 | 0.33 | 44.35 | 0.5 | 0.45 |
| Hex | AC | 8E | 39 | 0 | 11 | 43 | 21 | 2C | 32 | 2D |
| Octal | 254 | 216 | 71 | 0 | 21 | 103 | 41 | 54 | 62 | 55 |
| Binary | 10101100 | 10001110 | 111001 | 0 | 10001 | 1000011 | 100001 | 101100 | 110010 | 101101 |
Color Harmonies of #AC8E39
Complementary color
Monochromatic Colors of #AC8E39
Black with #AC8E39
Text Example
Text Example
White with #AC8E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E39; }
p { color: rgb(172,142,57); }
H1.HeaderClassName
{
color: #AC8E39;
}
.AnyTagClassName
{
color: #AC8E39;
}
</style>
background-color css
<style>
a { background-color: #AC8E39; }
a { background-color: rgb(172,142,57); }
div.DivClassName
{
background-color: #AC8E39;
}
.BgClassName
{
background-color: #AC8E39;
}
</style>
border-color css
<style>
span { border-color: #AC8E39; }
span { border-color: rgb(172,142,57); }
td.TdClassName
{
border-color: #AC8E39;
}
.TagClassName
{
border-color: #AC8E39;
}
</style>