Shades of Golden Brown #AB5D0E
Tints of Golden Brown #AB5D0E
RGB
CMYK
RGB Variations
Color information
#AB5D0E (or 0xAB5D0E) is known color: Golden Brown. HEX triplet: AB, 5D and 0E. RGB value is (171,93,14). Sum of RGB (Red+Green+Blue) = 171+93+14=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D0E is #54A2F1. Grayscale: #6B6B6B. Windows color (decimal): -5546738 or 941483. OLE color: 941483.
HSL color Cylindrical-coordinate representation of color #AB5D0E: hue angle of 30.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB5D0E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.33 |
| HSL | 30.19º | 0.85% | 0.36% | - |
| HSV(B) | 30.19º | 0.92% | 0.67% | - |
| XYZ | 20.79 | 16.52 | 2.51 | - |
| YUV | 107.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 14 | 0 | 0.46 | 0.92 | 0.33 | 30.19 | 0.85 | 0.36 |
| Hex | AB | 5D | E | 0 | 2E | 5C | 21 | 1E | 55 | 24 |
| Octal | 253 | 135 | 16 | 0 | 56 | 134 | 41 | 36 | 125 | 44 |
| Binary | 10101011 | 1011101 | 1110 | 0 | 101110 | 1011100 | 100001 | 11110 | 1010101 | 100100 |
Color Harmonies of #AB5D0E
Complementary color
Monochromatic Colors of #AB5D0E
Black with #AB5D0E
Text Example
Text Example
White with #AB5D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D0E; }
p { color: rgb(171,93,14); }
H1.HeaderClassName
{
color: #AB5D0E;
}
.AnyTagClassName
{
color: #AB5D0E;
}
</style>
background-color css
<style>
a { background-color: #AB5D0E; }
a { background-color: rgb(171,93,14); }
div.DivClassName
{
background-color: #AB5D0E;
}
.BgClassName
{
background-color: #AB5D0E;
}
</style>
border-color css
<style>
span { border-color: #AB5D0E; }
span { border-color: rgb(171,93,14); }
td.TdClassName
{
border-color: #AB5D0E;
}
.TagClassName
{
border-color: #AB5D0E;
}
</style>