Shades of Golden Brown #AB5C0E
Tints of Golden Brown #AB5C0E
RGB
CMYK
RGB Variations
Color information
#AB5C0E (or 0xAB5C0E) is known color: Golden Brown. HEX triplet: AB, 5C and 0E. RGB value is (171,92,14). Sum of RGB (Red+Green+Blue) = 171+92+14=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5C0E is #54A3F1. Grayscale: #6B6B6B. Windows color (decimal): -5546994 or 941227. OLE color: 941227.
HSL color Cylindrical-coordinate representation of color #AB5C0E: hue angle of 29.81º 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 #AB5C0E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.33 |
| HSL | 29.81º | 0.85% | 0.36% | - |
| HSV(B) | 29.81º | 0.92% | 0.67% | - |
| XYZ | 20.7 | 16.34 | 2.48 | - |
| YUV | 106.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 14 | 0 | 0.46 | 0.92 | 0.33 | 29.81 | 0.85 | 0.36 |
| Hex | AB | 5C | E | 0 | 2E | 5C | 21 | 1E | 55 | 24 |
| Octal | 253 | 134 | 16 | 0 | 56 | 134 | 41 | 36 | 125 | 44 |
| Binary | 10101011 | 1011100 | 1110 | 0 | 101110 | 1011100 | 100001 | 11110 | 1010101 | 100100 |
Color Harmonies of #AB5C0E
Complementary color
Monochromatic Colors of #AB5C0E
Black with #AB5C0E
Text Example
Text Example
White with #AB5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C0E; }
p { color: rgb(171,92,14); }
H1.HeaderClassName
{
color: #AB5C0E;
}
.AnyTagClassName
{
color: #AB5C0E;
}
</style>
background-color css
<style>
a { background-color: #AB5C0E; }
a { background-color: rgb(171,92,14); }
div.DivClassName
{
background-color: #AB5C0E;
}
.BgClassName
{
background-color: #AB5C0E;
}
</style>
border-color css
<style>
span { border-color: #AB5C0E; }
span { border-color: rgb(171,92,14); }
td.TdClassName
{
border-color: #AB5C0E;
}
.TagClassName
{
border-color: #AB5C0E;
}
</style>