Shades of Golden Brown #AB7013
Tints of Golden Brown #AB7013
RGB
CMYK
RGB Variations
Color information
#AB7013 (or 0xAB7013) is known color: Golden Brown. HEX triplet: AB, 70 and 13. RGB value is (171,112,19). Sum of RGB (Red+Green+Blue) = 171+112+19=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7013 is #548FEC. Grayscale: #777777. Windows color (decimal): -5541869 or 1274027. OLE color: 1274027.
HSL color Cylindrical-coordinate representation of color #AB7013: hue angle of 36.71º 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 #AB7013 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 19 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.33 |
| HSL | 36.71º | 0.8% | 0.37% | - |
| HSV(B) | 36.71º | 0.89% | 0.67% | - |
| XYZ | 22.71 | 20.29 | 3.34 | - |
| YUV | 119.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 19 | 0 | 0.35 | 0.89 | 0.33 | 36.71 | 0.8 | 0.37 |
| Hex | AB | 70 | 13 | 0 | 23 | 59 | 21 | 25 | 50 | 25 |
| Octal | 253 | 160 | 23 | 0 | 43 | 131 | 41 | 45 | 120 | 45 |
| Binary | 10101011 | 1110000 | 10011 | 0 | 100011 | 1011001 | 100001 | 100101 | 1010000 | 100101 |
Color Harmonies of #AB7013
Complementary color
Monochromatic Colors of #AB7013
Black with #AB7013
Text Example
Text Example
White with #AB7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7013; }
p { color: rgb(171,112,19); }
H1.HeaderClassName
{
color: #AB7013;
}
.AnyTagClassName
{
color: #AB7013;
}
</style>
background-color css
<style>
a { background-color: #AB7013; }
a { background-color: rgb(171,112,19); }
div.DivClassName
{
background-color: #AB7013;
}
.BgClassName
{
background-color: #AB7013;
}
</style>
border-color css
<style>
span { border-color: #AB7013; }
span { border-color: rgb(171,112,19); }
td.TdClassName
{
border-color: #AB7013;
}
.TagClassName
{
border-color: #AB7013;
}
</style>