Shades of Golden Brown #AA710E
Tints of Golden Brown #AA710E
RGB
CMYK
RGB Variations
Color information
#AA710E (or 0xAA710E) is known color: Golden Brown. HEX triplet: AA, 71 and 0E. RGB value is (170,113,14). Sum of RGB (Red+Green+Blue) = 170+113+14=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA710E is #558EF1. Grayscale: #777777. Windows color (decimal): -5607154 or 946602. OLE color: 946602.
HSL color Cylindrical-coordinate representation of color #AA710E: hue angle of 38.08º 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 #AA710E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 14 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.33 |
| HSL | 38.08º | 0.85% | 0.36% | - |
| HSV(B) | 38.08º | 0.92% | 0.67% | - |
| XYZ | 22.56 | 20.39 | 3.16 | - |
| YUV | 118.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 14 | 0 | 0.34 | 0.92 | 0.33 | 38.08 | 0.85 | 0.36 |
| Hex | AA | 71 | E | 0 | 22 | 5C | 21 | 26 | 55 | 24 |
| Octal | 252 | 161 | 16 | 0 | 42 | 134 | 41 | 46 | 125 | 44 |
| Binary | 10101010 | 1110001 | 1110 | 0 | 100010 | 1011100 | 100001 | 100110 | 1010101 | 100100 |
Color Harmonies of #AA710E
Complementary color
Monochromatic Colors of #AA710E
Black with #AA710E
Text Example
Text Example
White with #AA710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA710E; }
p { color: rgb(170,113,14); }
H1.HeaderClassName
{
color: #AA710E;
}
.AnyTagClassName
{
color: #AA710E;
}
</style>
background-color css
<style>
a { background-color: #AA710E; }
a { background-color: rgb(170,113,14); }
div.DivClassName
{
background-color: #AA710E;
}
.BgClassName
{
background-color: #AA710E;
}
</style>
border-color css
<style>
span { border-color: #AA710E; }
span { border-color: rgb(170,113,14); }
td.TdClassName
{
border-color: #AA710E;
}
.TagClassName
{
border-color: #AA710E;
}
</style>