Shades of Reef Gold #AC872D
Tints of Reef Gold #AC872D
RGB
CMYK
RGB Variations
Color information
#AC872D (or 0xAC872D) is known color: Reef Gold. HEX triplet: AC, 87 and 2D. RGB value is (172,135,45). Sum of RGB (Red+Green+Blue) = 172+135+45=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC872D is #5378D2. Grayscale: #888888. Windows color (decimal): -5470419 or 2983852. OLE color: 2983852.
HSL color Cylindrical-coordinate representation of color #AC872D: hue angle of 42.52º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC872D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 45 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.33 |
| HSL | 42.52º | 0.59% | 0.43% | - |
| HSV(B) | 42.52º | 0.74% | 0.67% | - |
| XYZ | 26.15 | 26.29 | 6.18 | - |
| YUV | 135.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 45 | 0 | 0.22 | 0.74 | 0.33 | 42.52 | 0.59 | 0.43 |
| Hex | AC | 87 | 2D | 0 | 16 | 4A | 21 | 2B | 3B | 2B |
| Octal | 254 | 207 | 55 | 0 | 26 | 112 | 41 | 53 | 73 | 53 |
| Binary | 10101100 | 10000111 | 101101 | 0 | 10110 | 1001010 | 100001 | 101011 | 111011 | 101011 |
Color Harmonies of #AC872D
Complementary color
Monochromatic Colors of #AC872D
Black with #AC872D
Text Example
Text Example
White with #AC872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC872D; }
p { color: rgb(172,135,45); }
H1.HeaderClassName
{
color: #AC872D;
}
.AnyTagClassName
{
color: #AC872D;
}
</style>
background-color css
<style>
a { background-color: #AC872D; }
a { background-color: rgb(172,135,45); }
div.DivClassName
{
background-color: #AC872D;
}
.BgClassName
{
background-color: #AC872D;
}
</style>
border-color css
<style>
span { border-color: #AC872D; }
span { border-color: rgb(172,135,45); }
td.TdClassName
{
border-color: #AC872D;
}
.TagClassName
{
border-color: #AC872D;
}
</style>