Shades of Golden Brown #AB5E15
Tints of Golden Brown #AB5E15
RGB
CMYK
RGB Variations
Color information
#AB5E15 (or 0xAB5E15) is known color: Golden Brown. HEX triplet: AB, 5E and 15. RGB value is (171,94,21). Sum of RGB (Red+Green+Blue) = 171+94+21=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E15 is #54A1EA. Grayscale: #6D6D6D. Windows color (decimal): -5546475 or 1400491. OLE color: 1400491.
HSL color Cylindrical-coordinate representation of color #AB5E15: hue angle of 29.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB5E15 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 21 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.33 |
| HSL | 29.2º | 0.78% | 0.38% | - |
| HSV(B) | 29.2º | 0.88% | 0.67% | - |
| XYZ | 20.93 | 16.72 | 2.83 | - |
| YUV | 108.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 21 | 0 | 0.45 | 0.88 | 0.33 | 29.2 | 0.78 | 0.38 |
| Hex | AB | 5E | 15 | 0 | 2D | 58 | 21 | 1D | 4E | 26 |
| Octal | 253 | 136 | 25 | 0 | 55 | 130 | 41 | 35 | 116 | 46 |
| Binary | 10101011 | 1011110 | 10101 | 0 | 101101 | 1011000 | 100001 | 11101 | 1001110 | 100110 |
Color Harmonies of #AB5E15
Complementary color
Monochromatic Colors of #AB5E15
Black with #AB5E15
Text Example
Text Example
White with #AB5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E15; }
p { color: rgb(171,94,21); }
H1.HeaderClassName
{
color: #AB5E15;
}
.AnyTagClassName
{
color: #AB5E15;
}
</style>
background-color css
<style>
a { background-color: #AB5E15; }
a { background-color: rgb(171,94,21); }
div.DivClassName
{
background-color: #AB5E15;
}
.BgClassName
{
background-color: #AB5E15;
}
</style>
border-color css
<style>
span { border-color: #AB5E15; }
span { border-color: rgb(171,94,21); }
td.TdClassName
{
border-color: #AB5E15;
}
.TagClassName
{
border-color: #AB5E15;
}
</style>