Shades of Golden Brown #AB5E17
Tints of Golden Brown #AB5E17
RGB
CMYK
RGB Variations
Color information
#AB5E17 (or 0xAB5E17) is known color: Golden Brown. HEX triplet: AB, 5E and 17. RGB value is (171,94,23). Sum of RGB (Red+Green+Blue) = 171+94+23=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E17 is #54A1E8. Grayscale: #6D6D6D. Windows color (decimal): -5546473 or 1531563. OLE color: 1531563.
HSL color Cylindrical-coordinate representation of color #AB5E17: hue angle of 28.78º degrees, saturation: 0.76, 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 #AB5E17 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 23 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.33 |
| HSL | 28.78º | 0.76% | 0.38% | - |
| HSV(B) | 28.78º | 0.87% | 0.67% | - |
| XYZ | 20.95 | 16.73 | 2.93 | - |
| YUV | 108.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 23 | 0 | 0.45 | 0.87 | 0.33 | 28.78 | 0.76 | 0.38 |
| Hex | AB | 5E | 17 | 0 | 2D | 57 | 21 | 1D | 4C | 26 |
| Octal | 253 | 136 | 27 | 0 | 55 | 127 | 41 | 35 | 114 | 46 |
| Binary | 10101011 | 1011110 | 10111 | 0 | 101101 | 1010111 | 100001 | 11101 | 1001100 | 100110 |
Color Harmonies of #AB5E17
Complementary color
Monochromatic Colors of #AB5E17
Black with #AB5E17
Text Example
Text Example
White with #AB5E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E17; }
p { color: rgb(171,94,23); }
H1.HeaderClassName
{
color: #AB5E17;
}
.AnyTagClassName
{
color: #AB5E17;
}
</style>
background-color css
<style>
a { background-color: #AB5E17; }
a { background-color: rgb(171,94,23); }
div.DivClassName
{
background-color: #AB5E17;
}
.BgClassName
{
background-color: #AB5E17;
}
</style>
border-color css
<style>
span { border-color: #AB5E17; }
span { border-color: rgb(171,94,23); }
td.TdClassName
{
border-color: #AB5E17;
}
.TagClassName
{
border-color: #AB5E17;
}
</style>