Shades of Reef Gold #AC852F
Tints of Reef Gold #AC852F
RGB
CMYK
RGB Variations
Color information
#AC852F (or 0xAC852F) is known color: Reef Gold. HEX triplet: AC, 85 and 2F. RGB value is (172,133,47). Sum of RGB (Red+Green+Blue) = 172+133+47=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC852F is #537AD0. Grayscale: #878787. Windows color (decimal): -5470929 or 3114412. OLE color: 3114412.
HSL color Cylindrical-coordinate representation of color #AC852F: hue angle of 41.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC852F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 47 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.33 |
| HSL | 41.28º | 0.57% | 0.43% | - |
| HSV(B) | 41.28º | 0.73% | 0.67% | - |
| XYZ | 25.91 | 25.75 | 6.29 | - |
| YUV | 134.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 47 | 0 | 0.23 | 0.73 | 0.33 | 41.28 | 0.57 | 0.43 |
| Hex | AC | 85 | 2F | 0 | 17 | 49 | 21 | 29 | 39 | 2B |
| Octal | 254 | 205 | 57 | 0 | 27 | 111 | 41 | 51 | 71 | 53 |
| Binary | 10101100 | 10000101 | 101111 | 0 | 10111 | 1001001 | 100001 | 101001 | 111001 | 101011 |
Color Harmonies of #AC852F
Complementary color
Monochromatic Colors of #AC852F
Black with #AC852F
Text Example
Text Example
White with #AC852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC852F; }
p { color: rgb(172,133,47); }
H1.HeaderClassName
{
color: #AC852F;
}
.AnyTagClassName
{
color: #AC852F;
}
</style>
background-color css
<style>
a { background-color: #AC852F; }
a { background-color: rgb(172,133,47); }
div.DivClassName
{
background-color: #AC852F;
}
.BgClassName
{
background-color: #AC852F;
}
</style>
border-color css
<style>
span { border-color: #AC852F; }
span { border-color: rgb(172,133,47); }
td.TdClassName
{
border-color: #AC852F;
}
.TagClassName
{
border-color: #AC852F;
}
</style>