Shades of Golden Brown #AC7013
Tints of Golden Brown #AC7013
RGB
CMYK
RGB Variations
Color information
#AC7013 (or 0xAC7013) is known color: Golden Brown. HEX triplet: AC, 70 and 13. RGB value is (172,112,19). Sum of RGB (Red+Green+Blue) = 172+112+19=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7013 is #538FEC. Grayscale: #777777. Windows color (decimal): -5476333 or 1274028. OLE color: 1274028.
HSL color Cylindrical-coordinate representation of color #AC7013: hue angle of 36.47º 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 #AC7013 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 19 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.33 |
| HSL | 36.47º | 0.8% | 0.37% | - |
| HSV(B) | 36.47º | 0.89% | 0.67% | - |
| XYZ | 22.92 | 20.41 | 3.35 | - |
| YUV | 119.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 19 | 0 | 0.35 | 0.89 | 0.33 | 36.47 | 0.8 | 0.37 |
| Hex | AC | 70 | 13 | 0 | 23 | 59 | 21 | 24 | 50 | 25 |
| Octal | 254 | 160 | 23 | 0 | 43 | 131 | 41 | 44 | 120 | 45 |
| Binary | 10101100 | 1110000 | 10011 | 0 | 100011 | 1011001 | 100001 | 100100 | 1010000 | 100101 |
Color Harmonies of #AC7013
Complementary color
Monochromatic Colors of #AC7013
Black with #AC7013
Text Example
Text Example
White with #AC7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7013; }
p { color: rgb(172,112,19); }
H1.HeaderClassName
{
color: #AC7013;
}
.AnyTagClassName
{
color: #AC7013;
}
</style>
background-color css
<style>
a { background-color: #AC7013; }
a { background-color: rgb(172,112,19); }
div.DivClassName
{
background-color: #AC7013;
}
.BgClassName
{
background-color: #AC7013;
}
</style>
border-color css
<style>
span { border-color: #AC7013; }
span { border-color: rgb(172,112,19); }
td.TdClassName
{
border-color: #AC7013;
}
.TagClassName
{
border-color: #AC7013;
}
</style>