Shades of Golden Brown #AB5901
Tints of Golden Brown #AB5901
RGB
CMYK
RGB Variations
Color information
#AB5901 (or 0xAB5901) is known color: Golden Brown. HEX triplet: AB, 59 and 01. RGB value is (171,89,1). Sum of RGB (Red+Green+Blue) = 171+89+1=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5901 is #54A6FE. Grayscale: #676767. Windows color (decimal): -5547775 or 88491. OLE color: 88491.
HSL color Cylindrical-coordinate representation of color #AB5901: hue angle of 31.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB5901 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.33 |
| HSL | 31.06º | 0.99% | 0.34% | - |
| HSV(B) | 31.06º | 0.99% | 0.67% | - |
| XYZ | 20.37 | 15.8 | 2.01 | - |
| YUV | 103.49 | 70.17 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 1 | 0 | 0.48 | 0.99 | 0.33 | 31.06 | 0.99 | 0.34 |
| Hex | AB | 59 | 1 | 0 | 30 | 63 | 21 | 1F | 63 | 22 |
| Octal | 253 | 131 | 1 | 0 | 60 | 143 | 41 | 37 | 143 | 42 |
| Binary | 10101011 | 1011001 | 1 | 0 | 110000 | 1100011 | 100001 | 11111 | 1100011 | 100010 |
Color Harmonies of #AB5901
Complementary color
Monochromatic Colors of #AB5901
Black with #AB5901
Text Example
Text Example
White with #AB5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5901; }
p { color: rgb(171,89,1); }
H1.HeaderClassName
{
color: #AB5901;
}
.AnyTagClassName
{
color: #AB5901;
}
</style>
background-color css
<style>
a { background-color: #AB5901; }
a { background-color: rgb(171,89,1); }
div.DivClassName
{
background-color: #AB5901;
}
.BgClassName
{
background-color: #AB5901;
}
</style>
border-color css
<style>
span { border-color: #AB5901; }
span { border-color: rgb(171,89,1); }
td.TdClassName
{
border-color: #AB5901;
}
.TagClassName
{
border-color: #AB5901;
}
</style>