Shades of Reef Gold #AC8D36
Tints of Reef Gold #AC8D36
RGB
CMYK
RGB Variations
Color information
#AC8D36 (or 0xAC8D36) is known color: Reef Gold. HEX triplet: AC, 8D and 36. RGB value is (172,141,54). Sum of RGB (Red+Green+Blue) = 172+141+54=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D36 is #5372C9. Grayscale: #8C8C8C. Windows color (decimal): -5468874 or 3575212. OLE color: 3575212.
HSL color Cylindrical-coordinate representation of color #AC8D36: hue angle of 44.24º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC8D36 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 54 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.33 |
| HSL | 44.24º | 0.52% | 0.44% | - |
| HSV(B) | 44.24º | 0.69% | 0.67% | - |
| XYZ | 27.2 | 28.09 | 7.48 | - |
| YUV | 140.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 54 | 0 | 0.18 | 0.69 | 0.33 | 44.24 | 0.52 | 0.44 |
| Hex | AC | 8D | 36 | 0 | 12 | 45 | 21 | 2C | 34 | 2C |
| Octal | 254 | 215 | 66 | 0 | 22 | 105 | 41 | 54 | 64 | 54 |
| Binary | 10101100 | 10001101 | 110110 | 0 | 10010 | 1000101 | 100001 | 101100 | 110100 | 101100 |
Color Harmonies of #AC8D36
Complementary color
Monochromatic Colors of #AC8D36
Black with #AC8D36
Text Example
Text Example
White with #AC8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D36; }
p { color: rgb(172,141,54); }
H1.HeaderClassName
{
color: #AC8D36;
}
.AnyTagClassName
{
color: #AC8D36;
}
</style>
background-color css
<style>
a { background-color: #AC8D36; }
a { background-color: rgb(172,141,54); }
div.DivClassName
{
background-color: #AC8D36;
}
.BgClassName
{
background-color: #AC8D36;
}
</style>
border-color css
<style>
span { border-color: #AC8D36; }
span { border-color: rgb(172,141,54); }
td.TdClassName
{
border-color: #AC8D36;
}
.TagClassName
{
border-color: #AC8D36;
}
</style>