Shades of Golden Brown #AC6311
Tints of Golden Brown #AC6311
RGB
CMYK
RGB Variations
Color information
#AC6311 (or 0xAC6311) is known color: Golden Brown. HEX triplet: AC, 63 and 11. RGB value is (172,99,17). Sum of RGB (Red+Green+Blue) = 172+99+17=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6311 is #539CEE. Grayscale: #6F6F6F. Windows color (decimal): -5479663 or 1139628. OLE color: 1139628.
HSL color Cylindrical-coordinate representation of color #AC6311: hue angle of 31.74º 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 #AC6311 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 17 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.33 |
| HSL | 31.74º | 0.82% | 0.37% | - |
| HSV(B) | 31.74º | 0.9% | 0.67% | - |
| XYZ | 21.58 | 17.73 | 2.82 | - |
| YUV | 111.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 17 | 0 | 0.42 | 0.90 | 0.33 | 31.74 | 0.82 | 0.37 |
| Hex | AC | 63 | 11 | 0 | 2A | 5A | 21 | 20 | 52 | 25 |
| Octal | 254 | 143 | 21 | 0 | 52 | 132 | 41 | 40 | 122 | 45 |
| Binary | 10101100 | 1100011 | 10001 | 0 | 101010 | 1011010 | 100001 | 100000 | 1010010 | 100101 |
Color Harmonies of #AC6311
Complementary color
Monochromatic Colors of #AC6311
Black with #AC6311
Text Example
Text Example
White with #AC6311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6311; }
p { color: rgb(172,99,17); }
H1.HeaderClassName
{
color: #AC6311;
}
.AnyTagClassName
{
color: #AC6311;
}
</style>
background-color css
<style>
a { background-color: #AC6311; }
a { background-color: rgb(172,99,17); }
div.DivClassName
{
background-color: #AC6311;
}
.BgClassName
{
background-color: #AC6311;
}
</style>
border-color css
<style>
span { border-color: #AC6311; }
span { border-color: rgb(172,99,17); }
td.TdClassName
{
border-color: #AC6311;
}
.TagClassName
{
border-color: #AC6311;
}
</style>