Shades of Golden Brown #AC6013
Tints of Golden Brown #AC6013
RGB
CMYK
RGB Variations
Color information
#AC6013 (or 0xAC6013) is known color: Golden Brown. HEX triplet: AC, 60 and 13. RGB value is (172,96,19). Sum of RGB (Red+Green+Blue) = 172+96+19=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6013 is #539FEC. Grayscale: #6E6E6E. Windows color (decimal): -5480429 or 1269932. OLE color: 1269932.
HSL color Cylindrical-coordinate representation of color #AC6013: hue angle of 30.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC6013 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 19 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.33 |
| HSL | 30.2º | 0.8% | 0.37% | - |
| HSV(B) | 30.2º | 0.89% | 0.67% | - |
| XYZ | 21.31 | 17.18 | 2.81 | - |
| YUV | 109.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 19 | 0 | 0.44 | 0.89 | 0.33 | 30.2 | 0.8 | 0.37 |
| Hex | AC | 60 | 13 | 0 | 2C | 59 | 21 | 1E | 50 | 25 |
| Octal | 254 | 140 | 23 | 0 | 54 | 131 | 41 | 36 | 120 | 45 |
| Binary | 10101100 | 1100000 | 10011 | 0 | 101100 | 1011001 | 100001 | 11110 | 1010000 | 100101 |
Color Harmonies of #AC6013
Complementary color
Monochromatic Colors of #AC6013
Black with #AC6013
Text Example
Text Example
White with #AC6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6013; }
p { color: rgb(172,96,19); }
H1.HeaderClassName
{
color: #AC6013;
}
.AnyTagClassName
{
color: #AC6013;
}
</style>
background-color css
<style>
a { background-color: #AC6013; }
a { background-color: rgb(172,96,19); }
div.DivClassName
{
background-color: #AC6013;
}
.BgClassName
{
background-color: #AC6013;
}
</style>
border-color css
<style>
span { border-color: #AC6013; }
span { border-color: rgb(172,96,19); }
td.TdClassName
{
border-color: #AC6013;
}
.TagClassName
{
border-color: #AC6013;
}
</style>