Shades of Golden Brown #AB7111
Tints of Golden Brown #AB7111
RGB
CMYK
RGB Variations
Color information
#AB7111 (or 0xAB7111) is known color: Golden Brown. HEX triplet: AB, 71 and 11. RGB value is (171,113,17). Sum of RGB (Red+Green+Blue) = 171+113+17=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7111 is #548EEE. Grayscale: #777777. Windows color (decimal): -5541615 or 1143211. OLE color: 1143211.
HSL color Cylindrical-coordinate representation of color #AB7111: hue angle of 37.4º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB7111 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 17 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.33 |
| HSL | 37.4º | 0.82% | 0.37% | - |
| HSV(B) | 37.4º | 0.9% | 0.67% | - |
| XYZ | 22.8 | 20.51 | 3.29 | - |
| YUV | 119.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 17 | 0 | 0.34 | 0.90 | 0.33 | 37.4 | 0.82 | 0.37 |
| Hex | AB | 71 | 11 | 0 | 22 | 5A | 21 | 25 | 52 | 25 |
| Octal | 253 | 161 | 21 | 0 | 42 | 132 | 41 | 45 | 122 | 45 |
| Binary | 10101011 | 1110001 | 10001 | 0 | 100010 | 1011010 | 100001 | 100101 | 1010010 | 100101 |
Color Harmonies of #AB7111
Complementary color
Monochromatic Colors of #AB7111
Black with #AB7111
Text Example
Text Example
White with #AB7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7111; }
p { color: rgb(171,113,17); }
H1.HeaderClassName
{
color: #AB7111;
}
.AnyTagClassName
{
color: #AB7111;
}
</style>
background-color css
<style>
a { background-color: #AB7111; }
a { background-color: rgb(171,113,17); }
div.DivClassName
{
background-color: #AB7111;
}
.BgClassName
{
background-color: #AB7111;
}
</style>
border-color css
<style>
span { border-color: #AB7111; }
span { border-color: rgb(171,113,17); }
td.TdClassName
{
border-color: #AB7111;
}
.TagClassName
{
border-color: #AB7111;
}
</style>