Shades of Golden Brown #AC6411
Tints of Golden Brown #AC6411
RGB
CMYK
RGB Variations
Color information
#AC6411 (or 0xAC6411) is known color: Golden Brown. HEX triplet: AC, 64 and 11. RGB value is (172,100,17). Sum of RGB (Red+Green+Blue) = 172+100+17=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6411 is #539BEE. Grayscale: #707070. Windows color (decimal): -5479407 or 1139884. OLE color: 1139884.
HSL color Cylindrical-coordinate representation of color #AC6411: hue angle of 32.13º 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 #AC6411 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.33 |
| HSL | 32.13º | 0.82% | 0.37% | - |
| HSV(B) | 32.13º | 0.9% | 0.67% | - |
| XYZ | 21.67 | 17.93 | 2.85 | - |
| YUV | 112.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 17 | 0 | 0.42 | 0.90 | 0.33 | 32.13 | 0.82 | 0.37 |
| Hex | AC | 64 | 11 | 0 | 2A | 5A | 21 | 20 | 52 | 25 |
| Octal | 254 | 144 | 21 | 0 | 52 | 132 | 41 | 40 | 122 | 45 |
| Binary | 10101100 | 1100100 | 10001 | 0 | 101010 | 1011010 | 100001 | 100000 | 1010010 | 100101 |
Color Harmonies of #AC6411
Complementary color
Monochromatic Colors of #AC6411
Black with #AC6411
Text Example
Text Example
White with #AC6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6411; }
p { color: rgb(172,100,17); }
H1.HeaderClassName
{
color: #AC6411;
}
.AnyTagClassName
{
color: #AC6411;
}
</style>
background-color css
<style>
a { background-color: #AC6411; }
a { background-color: rgb(172,100,17); }
div.DivClassName
{
background-color: #AC6411;
}
.BgClassName
{
background-color: #AC6411;
}
</style>
border-color css
<style>
span { border-color: #AC6411; }
span { border-color: rgb(172,100,17); }
td.TdClassName
{
border-color: #AC6411;
}
.TagClassName
{
border-color: #AC6411;
}
</style>