Shades of Golden Brown #AA7410
Tints of Golden Brown #AA7410
RGB
CMYK
RGB Variations
Color information
#AA7410 (or 0xAA7410) is known color: Golden Brown. HEX triplet: AA, 74 and 10. RGB value is (170,116,16). Sum of RGB (Red+Green+Blue) = 170+116+16=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7410 is #558BEF. Grayscale: #797979. Windows color (decimal): -5606384 or 1078442. OLE color: 1078442.
HSL color Cylindrical-coordinate representation of color #AA7410: hue angle of 38.96º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7410 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 16 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.33 |
| HSL | 38.96º | 0.83% | 0.36% | - |
| HSV(B) | 38.96º | 0.91% | 0.67% | - |
| XYZ | 22.92 | 21.07 | 3.35 | - |
| YUV | 120.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 16 | 0 | 0.32 | 0.91 | 0.33 | 38.96 | 0.83 | 0.36 |
| Hex | AA | 74 | 10 | 0 | 20 | 5B | 21 | 27 | 53 | 24 |
| Octal | 252 | 164 | 20 | 0 | 40 | 133 | 41 | 47 | 123 | 44 |
| Binary | 10101010 | 1110100 | 10000 | 0 | 100000 | 1011011 | 100001 | 100111 | 1010011 | 100100 |
Color Harmonies of #AA7410
Complementary color
Monochromatic Colors of #AA7410
Black with #AA7410
Text Example
Text Example
White with #AA7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7410; }
p { color: rgb(170,116,16); }
H1.HeaderClassName
{
color: #AA7410;
}
.AnyTagClassName
{
color: #AA7410;
}
</style>
background-color css
<style>
a { background-color: #AA7410; }
a { background-color: rgb(170,116,16); }
div.DivClassName
{
background-color: #AA7410;
}
.BgClassName
{
background-color: #AA7410;
}
</style>
border-color css
<style>
span { border-color: #AA7410; }
span { border-color: rgb(170,116,16); }
td.TdClassName
{
border-color: #AA7410;
}
.TagClassName
{
border-color: #AA7410;
}
</style>