Shades of Golden Brown #AB590D
Tints of Golden Brown #AB590D
RGB
CMYK
RGB Variations
Color information
#AB590D (or 0xAB590D) is known color: Golden Brown. HEX triplet: AB, 59 and 0D. RGB value is (171,89,13). Sum of RGB (Red+Green+Blue) = 171+89+13=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB590D is #54A6F2. Grayscale: #696969. Windows color (decimal): -5547763 or 874923. OLE color: 874923.
HSL color Cylindrical-coordinate representation of color #AB590D: hue angle of 28.86º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB590D is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 13 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.33 |
| HSL | 28.86º | 0.86% | 0.36% | - |
| HSV(B) | 28.86º | 0.92% | 0.67% | - |
| XYZ | 20.44 | 15.83 | 2.36 | - |
| YUV | 104.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 13 | 0 | 0.48 | 0.92 | 0.33 | 28.86 | 0.86 | 0.36 |
| Hex | AB | 59 | D | 0 | 30 | 5C | 21 | 1D | 56 | 24 |
| Octal | 253 | 131 | 15 | 0 | 60 | 134 | 41 | 35 | 126 | 44 |
| Binary | 10101011 | 1011001 | 1101 | 0 | 110000 | 1011100 | 100001 | 11101 | 1010110 | 100100 |
Color Harmonies of #AB590D
Complementary color
Monochromatic Colors of #AB590D
Black with #AB590D
Text Example
Text Example
White with #AB590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB590D; }
p { color: rgb(171,89,13); }
H1.HeaderClassName
{
color: #AB590D;
}
.AnyTagClassName
{
color: #AB590D;
}
</style>
background-color css
<style>
a { background-color: #AB590D; }
a { background-color: rgb(171,89,13); }
div.DivClassName
{
background-color: #AB590D;
}
.BgClassName
{
background-color: #AB590D;
}
</style>
border-color css
<style>
span { border-color: #AB590D; }
span { border-color: rgb(171,89,13); }
td.TdClassName
{
border-color: #AB590D;
}
.TagClassName
{
border-color: #AB590D;
}
</style>