Shades of Golden Brown #AB5D17
Tints of Golden Brown #AB5D17
RGB
CMYK
RGB Variations
Color information
#AB5D17 (or 0xAB5D17) is known color: Golden Brown. HEX triplet: AB, 5D and 17. RGB value is (171,93,23). Sum of RGB (Red+Green+Blue) = 171+93+23=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D17 is #54A2E8. Grayscale: #6C6C6C. Windows color (decimal): -5546729 or 1531307. OLE color: 1531307.
HSL color Cylindrical-coordinate representation of color #AB5D17: hue angle of 28.38º 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 #AB5D17 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 23 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.33 |
| HSL | 28.38º | 0.76% | 0.38% | - |
| HSV(B) | 28.38º | 0.87% | 0.67% | - |
| XYZ | 20.86 | 16.55 | 2.91 | - |
| YUV | 108.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 23 | 0 | 0.46 | 0.87 | 0.33 | 28.38 | 0.76 | 0.38 |
| Hex | AB | 5D | 17 | 0 | 2E | 57 | 21 | 1C | 4C | 26 |
| Octal | 253 | 135 | 27 | 0 | 56 | 127 | 41 | 34 | 114 | 46 |
| Binary | 10101011 | 1011101 | 10111 | 0 | 101110 | 1010111 | 100001 | 11100 | 1001100 | 100110 |
Color Harmonies of #AB5D17
Complementary color
Monochromatic Colors of #AB5D17
Black with #AB5D17
Text Example
Text Example
White with #AB5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D17; }
p { color: rgb(171,93,23); }
H1.HeaderClassName
{
color: #AB5D17;
}
.AnyTagClassName
{
color: #AB5D17;
}
</style>
background-color css
<style>
a { background-color: #AB5D17; }
a { background-color: rgb(171,93,23); }
div.DivClassName
{
background-color: #AB5D17;
}
.BgClassName
{
background-color: #AB5D17;
}
</style>
border-color css
<style>
span { border-color: #AB5D17; }
span { border-color: rgb(171,93,23); }
td.TdClassName
{
border-color: #AB5D17;
}
.TagClassName
{
border-color: #AB5D17;
}
</style>