Shades of Golden Brown #AB710A
Tints of Golden Brown #AB710A
RGB
CMYK
RGB Variations
Color information
#AB710A (or 0xAB710A) is known color: Golden Brown. HEX triplet: AB, 71 and 0A. RGB value is (171,113,10). Sum of RGB (Red+Green+Blue) = 171+113+10=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB710A is #548EF5. Grayscale: #777777. Windows color (decimal): -5541622 or 684459. OLE color: 684459.
HSL color Cylindrical-coordinate representation of color #AB710A: hue angle of 38.39º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB710A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.33 |
| HSL | 38.39º | 0.89% | 0.35% | - |
| HSV(B) | 38.39º | 0.94% | 0.67% | - |
| XYZ | 22.75 | 20.49 | 3.04 | - |
| YUV | 118.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 10 | 0 | 0.34 | 0.94 | 0.33 | 38.39 | 0.89 | 0.35 |
| Hex | AB | 71 | A | 0 | 22 | 5E | 21 | 26 | 59 | 23 |
| Octal | 253 | 161 | 12 | 0 | 42 | 136 | 41 | 46 | 131 | 43 |
| Binary | 10101011 | 1110001 | 1010 | 0 | 100010 | 1011110 | 100001 | 100110 | 1011001 | 100011 |
Color Harmonies of #AB710A
Complementary color
Monochromatic Colors of #AB710A
Black with #AB710A
Text Example
Text Example
White with #AB710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB710A; }
p { color: rgb(171,113,10); }
H1.HeaderClassName
{
color: #AB710A;
}
.AnyTagClassName
{
color: #AB710A;
}
</style>
background-color css
<style>
a { background-color: #AB710A; }
a { background-color: rgb(171,113,10); }
div.DivClassName
{
background-color: #AB710A;
}
.BgClassName
{
background-color: #AB710A;
}
</style>
border-color css
<style>
span { border-color: #AB710A; }
span { border-color: rgb(171,113,10); }
td.TdClassName
{
border-color: #AB710A;
}
.TagClassName
{
border-color: #AB710A;
}
</style>