Shades of Golden Brown #AB7116
Tints of Golden Brown #AB7116
RGB
CMYK
RGB Variations
Color information
#AB7116 (or 0xAB7116) is known color: Golden Brown. HEX triplet: AB, 71 and 16. RGB value is (171,113,22). Sum of RGB (Red+Green+Blue) = 171+113+22=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7116 is #548EE9. Grayscale: #787878. Windows color (decimal): -5541610 or 1470891. OLE color: 1470891.
HSL color Cylindrical-coordinate representation of color #AB7116: hue angle of 36.64º degrees, saturation: 0.77, 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 #AB7116 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 22 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.33 |
| HSL | 36.64º | 0.77% | 0.38% | - |
| HSV(B) | 36.64º | 0.87% | 0.67% | - |
| XYZ | 22.84 | 20.53 | 3.52 | - |
| YUV | 119.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 22 | 0 | 0.34 | 0.87 | 0.33 | 36.64 | 0.77 | 0.38 |
| Hex | AB | 71 | 16 | 0 | 22 | 57 | 21 | 25 | 4D | 26 |
| Octal | 253 | 161 | 26 | 0 | 42 | 127 | 41 | 45 | 115 | 46 |
| Binary | 10101011 | 1110001 | 10110 | 0 | 100010 | 1010111 | 100001 | 100101 | 1001101 | 100110 |
Color Harmonies of #AB7116
Complementary color
Monochromatic Colors of #AB7116
Black with #AB7116
Text Example
Text Example
White with #AB7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7116; }
p { color: rgb(171,113,22); }
H1.HeaderClassName
{
color: #AB7116;
}
.AnyTagClassName
{
color: #AB7116;
}
</style>
background-color css
<style>
a { background-color: #AB7116; }
a { background-color: rgb(171,113,22); }
div.DivClassName
{
background-color: #AB7116;
}
.BgClassName
{
background-color: #AB7116;
}
</style>
border-color css
<style>
span { border-color: #AB7116; }
span { border-color: rgb(171,113,22); }
td.TdClassName
{
border-color: #AB7116;
}
.TagClassName
{
border-color: #AB7116;
}
</style>