Shades of Reef Gold #AC8F36
Tints of Reef Gold #AC8F36
RGB
CMYK
RGB Variations
Color information
#AC8F36 (or 0xAC8F36) is known color: Reef Gold. HEX triplet: AC, 8F and 36. RGB value is (172,143,54). Sum of RGB (Red+Green+Blue) = 172+143+54=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F36 is #5370C9. Grayscale: #8D8D8D. Windows color (decimal): -5468362 or 3575724. OLE color: 3575724.
HSL color Cylindrical-coordinate representation of color #AC8F36: hue angle of 45.25º 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 #AC8F36 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 54 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.33 |
| HSL | 45.25º | 0.52% | 0.44% | - |
| HSV(B) | 45.25º | 0.69% | 0.67% | - |
| XYZ | 27.5 | 28.68 | 7.58 | - |
| YUV | 141.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 54 | 0 | 0.17 | 0.69 | 0.33 | 45.25 | 0.52 | 0.44 |
| Hex | AC | 8F | 36 | 0 | 11 | 45 | 21 | 2D | 34 | 2C |
| Octal | 254 | 217 | 66 | 0 | 21 | 105 | 41 | 55 | 64 | 54 |
| Binary | 10101100 | 10001111 | 110110 | 0 | 10001 | 1000101 | 100001 | 101101 | 110100 | 101100 |
Color Harmonies of #AC8F36
Complementary color
Monochromatic Colors of #AC8F36
Black with #AC8F36
Text Example
Text Example
White with #AC8F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F36; }
p { color: rgb(172,143,54); }
H1.HeaderClassName
{
color: #AC8F36;
}
.AnyTagClassName
{
color: #AC8F36;
}
</style>
background-color css
<style>
a { background-color: #AC8F36; }
a { background-color: rgb(172,143,54); }
div.DivClassName
{
background-color: #AC8F36;
}
.BgClassName
{
background-color: #AC8F36;
}
</style>
border-color css
<style>
span { border-color: #AC8F36; }
span { border-color: rgb(172,143,54); }
td.TdClassName
{
border-color: #AC8F36;
}
.TagClassName
{
border-color: #AC8F36;
}
</style>