Shades of Golden Brown #AB5E16
Tints of Golden Brown #AB5E16
RGB
CMYK
RGB Variations
Color information
#AB5E16 (or 0xAB5E16) is known color: Golden Brown. HEX triplet: AB, 5E and 16. RGB value is (171,94,22). Sum of RGB (Red+Green+Blue) = 171+94+22=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E16 is #54A1E9. Grayscale: #6D6D6D. Windows color (decimal): -5546474 or 1466027. OLE color: 1466027.
HSL color Cylindrical-coordinate representation of color #AB5E16: hue angle of 28.99º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB5E16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 22 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.33 |
| HSL | 28.99º | 0.77% | 0.38% | - |
| HSV(B) | 28.99º | 0.87% | 0.67% | - |
| XYZ | 20.94 | 16.72 | 2.88 | - |
| YUV | 108.82 | 79.01 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 22 | 0 | 0.45 | 0.87 | 0.33 | 28.99 | 0.77 | 0.38 |
| Hex | AB | 5E | 16 | 0 | 2D | 57 | 21 | 1D | 4D | 26 |
| Octal | 253 | 136 | 26 | 0 | 55 | 127 | 41 | 35 | 115 | 46 |
| Binary | 10101011 | 1011110 | 10110 | 0 | 101101 | 1010111 | 100001 | 11101 | 1001101 | 100110 |
Color Harmonies of #AB5E16
Complementary color
Monochromatic Colors of #AB5E16
Black with #AB5E16
Text Example
Text Example
White with #AB5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E16; }
p { color: rgb(171,94,22); }
H1.HeaderClassName
{
color: #AB5E16;
}
.AnyTagClassName
{
color: #AB5E16;
}
</style>
background-color css
<style>
a { background-color: #AB5E16; }
a { background-color: rgb(171,94,22); }
div.DivClassName
{
background-color: #AB5E16;
}
.BgClassName
{
background-color: #AB5E16;
}
</style>
border-color css
<style>
span { border-color: #AB5E16; }
span { border-color: rgb(171,94,22); }
td.TdClassName
{
border-color: #AB5E16;
}
.TagClassName
{
border-color: #AB5E16;
}
</style>