Shades of Golden Brown #AB6B0E
Tints of Golden Brown #AB6B0E
RGB
CMYK
RGB Variations
Color information
#AB6B0E (or 0xAB6B0E) is known color: Golden Brown. HEX triplet: AB, 6B and 0E. RGB value is (171,107,14). Sum of RGB (Red+Green+Blue) = 171+107+14=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B0E is #5494F1. Grayscale: #737373. Windows color (decimal): -5543154 or 945067. OLE color: 945067.
HSL color Cylindrical-coordinate representation of color #AB6B0E: hue angle of 35.54º 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 #AB6B0E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 14 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.33 |
| HSL | 35.54º | 0.85% | 0.36% | - |
| HSV(B) | 35.54º | 0.92% | 0.67% | - |
| XYZ | 22.13 | 19.21 | 2.96 | - |
| YUV | 115.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 14 | 0 | 0.37 | 0.92 | 0.33 | 35.54 | 0.85 | 0.36 |
| Hex | AB | 6B | E | 0 | 25 | 5C | 21 | 24 | 55 | 24 |
| Octal | 253 | 153 | 16 | 0 | 45 | 134 | 41 | 44 | 125 | 44 |
| Binary | 10101011 | 1101011 | 1110 | 0 | 100101 | 1011100 | 100001 | 100100 | 1010101 | 100100 |
Color Harmonies of #AB6B0E
Complementary color
Monochromatic Colors of #AB6B0E
Black with #AB6B0E
Text Example
Text Example
White with #AB6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B0E; }
p { color: rgb(171,107,14); }
H1.HeaderClassName
{
color: #AB6B0E;
}
.AnyTagClassName
{
color: #AB6B0E;
}
</style>
background-color css
<style>
a { background-color: #AB6B0E; }
a { background-color: rgb(171,107,14); }
div.DivClassName
{
background-color: #AB6B0E;
}
.BgClassName
{
background-color: #AB6B0E;
}
</style>
border-color css
<style>
span { border-color: #AB6B0E; }
span { border-color: rgb(171,107,14); }
td.TdClassName
{
border-color: #AB6B0E;
}
.TagClassName
{
border-color: #AB6B0E;
}
</style>