Shades of Golden Brown #AB6013
Tints of Golden Brown #AB6013
RGB
CMYK
RGB Variations
Color information
#AB6013 (or 0xAB6013) is known color: Golden Brown. HEX triplet: AB, 60 and 13. RGB value is (171,96,19). Sum of RGB (Red+Green+Blue) = 171+96+19=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6013 is #549FEC. Grayscale: #6E6E6E. Windows color (decimal): -5545965 or 1269931. OLE color: 1269931.
HSL color Cylindrical-coordinate representation of color #AB6013: hue angle of 30.39º 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 #AB6013 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 19 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.33 |
| HSL | 30.39º | 0.8% | 0.37% | - |
| HSV(B) | 30.39º | 0.89% | 0.67% | - |
| XYZ | 21.1 | 17.07 | 2.8 | - |
| YUV | 109.65 | 76.85 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 19 | 0 | 0.44 | 0.89 | 0.33 | 30.39 | 0.8 | 0.37 |
| Hex | AB | 60 | 13 | 0 | 2C | 59 | 21 | 1E | 50 | 25 |
| Octal | 253 | 140 | 23 | 0 | 54 | 131 | 41 | 36 | 120 | 45 |
| Binary | 10101011 | 1100000 | 10011 | 0 | 101100 | 1011001 | 100001 | 11110 | 1010000 | 100101 |
Color Harmonies of #AB6013
Complementary color
Monochromatic Colors of #AB6013
Black with #AB6013
Text Example
Text Example
White with #AB6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6013; }
p { color: rgb(171,96,19); }
H1.HeaderClassName
{
color: #AB6013;
}
.AnyTagClassName
{
color: #AB6013;
}
</style>
background-color css
<style>
a { background-color: #AB6013; }
a { background-color: rgb(171,96,19); }
div.DivClassName
{
background-color: #AB6013;
}
.BgClassName
{
background-color: #AB6013;
}
</style>
border-color css
<style>
span { border-color: #AB6013; }
span { border-color: rgb(171,96,19); }
td.TdClassName
{
border-color: #AB6013;
}
.TagClassName
{
border-color: #AB6013;
}
</style>