Shades of Golden Brown #AC6711
Tints of Golden Brown #AC6711
RGB
CMYK
RGB Variations
Color information
#AC6711 (or 0xAC6711) is known color: Golden Brown. HEX triplet: AC, 67 and 11. RGB value is (172,103,17). Sum of RGB (Red+Green+Blue) = 172+103+17=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6711 is #5398EE. Grayscale: #727272. Windows color (decimal): -5478639 or 1140652. OLE color: 1140652.
HSL color Cylindrical-coordinate representation of color #AC6711: hue angle of 33.29º 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 #AC6711 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 17 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.33 |
| HSL | 33.29º | 0.82% | 0.37% | - |
| HSV(B) | 33.29º | 0.9% | 0.67% | - |
| XYZ | 21.96 | 18.51 | 2.95 | - |
| YUV | 113.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 17 | 0 | 0.40 | 0.90 | 0.33 | 33.29 | 0.82 | 0.37 |
| Hex | AC | 67 | 11 | 0 | 28 | 5A | 21 | 21 | 52 | 25 |
| Octal | 254 | 147 | 21 | 0 | 50 | 132 | 41 | 41 | 122 | 45 |
| Binary | 10101100 | 1100111 | 10001 | 0 | 101000 | 1011010 | 100001 | 100001 | 1010010 | 100101 |
Color Harmonies of #AC6711
Complementary color
Monochromatic Colors of #AC6711
Black with #AC6711
Text Example
Text Example
White with #AC6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6711; }
p { color: rgb(172,103,17); }
H1.HeaderClassName
{
color: #AC6711;
}
.AnyTagClassName
{
color: #AC6711;
}
</style>
background-color css
<style>
a { background-color: #AC6711; }
a { background-color: rgb(172,103,17); }
div.DivClassName
{
background-color: #AC6711;
}
.BgClassName
{
background-color: #AC6711;
}
</style>
border-color css
<style>
span { border-color: #AC6711; }
span { border-color: rgb(172,103,17); }
td.TdClassName
{
border-color: #AC6711;
}
.TagClassName
{
border-color: #AC6711;
}
</style>