Shades of Golden Brown #AC6211
Tints of Golden Brown #AC6211
RGB
CMYK
RGB Variations
Color information
#AC6211 (or 0xAC6211) is known color: Golden Brown. HEX triplet: AC, 62 and 11. RGB value is (172,98,17). Sum of RGB (Red+Green+Blue) = 172+98+17=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6211 is #539DEE. Grayscale: #6F6F6F. Windows color (decimal): -5479919 or 1139372. OLE color: 1139372.
HSL color Cylindrical-coordinate representation of color #AC6211: hue angle of 31.35º 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 #AC6211 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 17 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.33 |
| HSL | 31.35º | 0.82% | 0.37% | - |
| HSV(B) | 31.35º | 0.9% | 0.67% | - |
| XYZ | 21.48 | 17.55 | 2.78 | - |
| YUV | 110.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 17 | 0 | 0.43 | 0.90 | 0.33 | 31.35 | 0.82 | 0.37 |
| Hex | AC | 62 | 11 | 0 | 2B | 5A | 21 | 1F | 52 | 25 |
| Octal | 254 | 142 | 21 | 0 | 53 | 132 | 41 | 37 | 122 | 45 |
| Binary | 10101100 | 1100010 | 10001 | 0 | 101011 | 1011010 | 100001 | 11111 | 1010010 | 100101 |
Color Harmonies of #AC6211
Complementary color
Monochromatic Colors of #AC6211
Black with #AC6211
Text Example
Text Example
White with #AC6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6211; }
p { color: rgb(172,98,17); }
H1.HeaderClassName
{
color: #AC6211;
}
.AnyTagClassName
{
color: #AC6211;
}
</style>
background-color css
<style>
a { background-color: #AC6211; }
a { background-color: rgb(172,98,17); }
div.DivClassName
{
background-color: #AC6211;
}
.BgClassName
{
background-color: #AC6211;
}
</style>
border-color css
<style>
span { border-color: #AC6211; }
span { border-color: rgb(172,98,17); }
td.TdClassName
{
border-color: #AC6211;
}
.TagClassName
{
border-color: #AC6211;
}
</style>