Shades of Golden Brown #AB7117
Tints of Golden Brown #AB7117
RGB
CMYK
RGB Variations
Color information
#AB7117 (or 0xAB7117) is known color: Golden Brown. HEX triplet: AB, 71 and 17. RGB value is (171,113,23). Sum of RGB (Red+Green+Blue) = 171+113+23=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7117 is #548EE8. Grayscale: #787878. Windows color (decimal): -5541609 or 1536427. OLE color: 1536427.
HSL color Cylindrical-coordinate representation of color #AB7117: hue angle of 36.49º degrees, saturation: 0.76, 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 #AB7117 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 23 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.33 |
| HSL | 36.49º | 0.76% | 0.38% | - |
| HSV(B) | 36.49º | 0.87% | 0.67% | - |
| XYZ | 22.85 | 20.53 | 3.57 | - |
| YUV | 120.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 23 | 0 | 0.34 | 0.87 | 0.33 | 36.49 | 0.76 | 0.38 |
| Hex | AB | 71 | 17 | 0 | 22 | 57 | 21 | 24 | 4C | 26 |
| Octal | 253 | 161 | 27 | 0 | 42 | 127 | 41 | 44 | 114 | 46 |
| Binary | 10101011 | 1110001 | 10111 | 0 | 100010 | 1010111 | 100001 | 100100 | 1001100 | 100110 |
Color Harmonies of #AB7117
Complementary color
Monochromatic Colors of #AB7117
Black with #AB7117
Text Example
Text Example
White with #AB7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7117; }
p { color: rgb(171,113,23); }
H1.HeaderClassName
{
color: #AB7117;
}
.AnyTagClassName
{
color: #AB7117;
}
</style>
background-color css
<style>
a { background-color: #AB7117; }
a { background-color: rgb(171,113,23); }
div.DivClassName
{
background-color: #AB7117;
}
.BgClassName
{
background-color: #AB7117;
}
</style>
border-color css
<style>
span { border-color: #AB7117; }
span { border-color: rgb(171,113,23); }
td.TdClassName
{
border-color: #AB7117;
}
.TagClassName
{
border-color: #AB7117;
}
</style>