Shades of Golden Brown #AC7212
Tints of Golden Brown #AC7212
RGB
CMYK
RGB Variations
Color information
#AC7212 (or 0xAC7212) is known color: Golden Brown. HEX triplet: AC, 72 and 12. RGB value is (172,114,18). Sum of RGB (Red+Green+Blue) = 172+114+18=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7212 is #538DED. Grayscale: #787878. Windows color (decimal): -5475822 or 1209004. OLE color: 1209004.
HSL color Cylindrical-coordinate representation of color #AC7212: hue angle of 37.4º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7212 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.33 |
| HSL | 37.4º | 0.81% | 0.37% | - |
| HSV(B) | 37.4º | 0.9% | 0.67% | - |
| XYZ | 23.14 | 20.85 | 3.38 | - |
| YUV | 120.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 18 | 0 | 0.34 | 0.90 | 0.33 | 37.4 | 0.81 | 0.37 |
| Hex | AC | 72 | 12 | 0 | 22 | 5A | 21 | 25 | 51 | 25 |
| Octal | 254 | 162 | 22 | 0 | 42 | 132 | 41 | 45 | 121 | 45 |
| Binary | 10101100 | 1110010 | 10010 | 0 | 100010 | 1011010 | 100001 | 100101 | 1010001 | 100101 |
Color Harmonies of #AC7212
Complementary color
Monochromatic Colors of #AC7212
Black with #AC7212
Text Example
Text Example
White with #AC7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7212; }
p { color: rgb(172,114,18); }
H1.HeaderClassName
{
color: #AC7212;
}
.AnyTagClassName
{
color: #AC7212;
}
</style>
background-color css
<style>
a { background-color: #AC7212; }
a { background-color: rgb(172,114,18); }
div.DivClassName
{
background-color: #AC7212;
}
.BgClassName
{
background-color: #AC7212;
}
</style>
border-color css
<style>
span { border-color: #AC7212; }
span { border-color: rgb(172,114,18); }
td.TdClassName
{
border-color: #AC7212;
}
.TagClassName
{
border-color: #AC7212;
}
</style>