Shades of Golden Brown #AB5908
Tints of Golden Brown #AB5908
RGB
CMYK
RGB Variations
Color information
#AB5908 (or 0xAB5908) is known color: Golden Brown. HEX triplet: AB, 59 and 08. RGB value is (171,89,8). Sum of RGB (Red+Green+Blue) = 171+89+8=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5908 is #54A6F7. Grayscale: #686868. Windows color (decimal): -5547768 or 547243. OLE color: 547243.
HSL color Cylindrical-coordinate representation of color #AB5908: hue angle of 29.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB5908 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 8 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.33 |
| HSL | 29.82º | 0.91% | 0.35% | - |
| HSV(B) | 29.82º | 0.95% | 0.67% | - |
| XYZ | 20.41 | 15.82 | 2.21 | - |
| YUV | 104.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 8 | 0 | 0.48 | 0.95 | 0.33 | 29.82 | 0.91 | 0.35 |
| Hex | AB | 59 | 8 | 0 | 30 | 5F | 21 | 1E | 5B | 23 |
| Octal | 253 | 131 | 10 | 0 | 60 | 137 | 41 | 36 | 133 | 43 |
| Binary | 10101011 | 1011001 | 1000 | 0 | 110000 | 1011111 | 100001 | 11110 | 1011011 | 100011 |
Color Harmonies of #AB5908
Complementary color
Monochromatic Colors of #AB5908
Black with #AB5908
Text Example
Text Example
White with #AB5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5908; }
p { color: rgb(171,89,8); }
H1.HeaderClassName
{
color: #AB5908;
}
.AnyTagClassName
{
color: #AB5908;
}
</style>
background-color css
<style>
a { background-color: #AB5908; }
a { background-color: rgb(171,89,8); }
div.DivClassName
{
background-color: #AB5908;
}
.BgClassName
{
background-color: #AB5908;
}
</style>
border-color css
<style>
span { border-color: #AB5908; }
span { border-color: rgb(171,89,8); }
td.TdClassName
{
border-color: #AB5908;
}
.TagClassName
{
border-color: #AB5908;
}
</style>