Shades of Golden Brown #AB590F
Tints of Golden Brown #AB590F
RGB
CMYK
RGB Variations
Color information
#AB590F (or 0xAB590F) is known color: Golden Brown. HEX triplet: AB, 59 and 0F. RGB value is (171,89,15). Sum of RGB (Red+Green+Blue) = 171+89+15=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB590F is #54A6F0. Grayscale: #696969. Windows color (decimal): -5547761 or 1005995. OLE color: 1005995.
HSL color Cylindrical-coordinate representation of color #AB590F: hue angle of 28.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB590F is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 15 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.33 |
| HSL | 28.46º | 0.84% | 0.36% | - |
| HSV(B) | 28.46º | 0.91% | 0.67% | - |
| XYZ | 20.45 | 15.84 | 2.43 | - |
| YUV | 105.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 15 | 0 | 0.48 | 0.91 | 0.33 | 28.46 | 0.84 | 0.36 |
| Hex | AB | 59 | F | 0 | 30 | 5B | 21 | 1C | 54 | 24 |
| Octal | 253 | 131 | 17 | 0 | 60 | 133 | 41 | 34 | 124 | 44 |
| Binary | 10101011 | 1011001 | 1111 | 0 | 110000 | 1011011 | 100001 | 11100 | 1010100 | 100100 |
Color Harmonies of #AB590F
Complementary color
Monochromatic Colors of #AB590F
Black with #AB590F
Text Example
Text Example
White with #AB590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB590F; }
p { color: rgb(171,89,15); }
H1.HeaderClassName
{
color: #AB590F;
}
.AnyTagClassName
{
color: #AB590F;
}
</style>
background-color css
<style>
a { background-color: #AB590F; }
a { background-color: rgb(171,89,15); }
div.DivClassName
{
background-color: #AB590F;
}
.BgClassName
{
background-color: #AB590F;
}
</style>
border-color css
<style>
span { border-color: #AB590F; }
span { border-color: rgb(171,89,15); }
td.TdClassName
{
border-color: #AB590F;
}
.TagClassName
{
border-color: #AB590F;
}
</style>