Shades of Golden Brown #AC7211
Tints of Golden Brown #AC7211
RGB
CMYK
RGB Variations
Color information
#AC7211 (or 0xAC7211) is known color: Golden Brown. HEX triplet: AC, 72 and 11. RGB value is (172,114,17). Sum of RGB (Red+Green+Blue) = 172+114+17=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7211 is #538DEE. Grayscale: #787878. Windows color (decimal): -5475823 or 1143468. OLE color: 1143468.
HSL color Cylindrical-coordinate representation of color #AC7211: hue angle of 37.55º degrees, saturation: 0.82, 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 #AC7211 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 17 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.33 |
| HSL | 37.55º | 0.82% | 0.37% | - |
| HSV(B) | 37.55º | 0.9% | 0.67% | - |
| XYZ | 23.13 | 20.85 | 3.33 | - |
| YUV | 120.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 17 | 0 | 0.34 | 0.90 | 0.33 | 37.55 | 0.82 | 0.37 |
| Hex | AC | 72 | 11 | 0 | 22 | 5A | 21 | 26 | 52 | 25 |
| Octal | 254 | 162 | 21 | 0 | 42 | 132 | 41 | 46 | 122 | 45 |
| Binary | 10101100 | 1110010 | 10001 | 0 | 100010 | 1011010 | 100001 | 100110 | 1010010 | 100101 |
Color Harmonies of #AC7211
Complementary color
Monochromatic Colors of #AC7211
Black with #AC7211
Text Example
Text Example
White with #AC7211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7211; }
p { color: rgb(172,114,17); }
H1.HeaderClassName
{
color: #AC7211;
}
.AnyTagClassName
{
color: #AC7211;
}
</style>
background-color css
<style>
a { background-color: #AC7211; }
a { background-color: rgb(172,114,17); }
div.DivClassName
{
background-color: #AC7211;
}
.BgClassName
{
background-color: #AC7211;
}
</style>
border-color css
<style>
span { border-color: #AC7211; }
span { border-color: rgb(172,114,17); }
td.TdClassName
{
border-color: #AC7211;
}
.TagClassName
{
border-color: #AC7211;
}
</style>