Shades of Golden Brown #AA7310
Tints of Golden Brown #AA7310
RGB
CMYK
RGB Variations
Color information
#AA7310 (or 0xAA7310) is known color: Golden Brown. HEX triplet: AA, 73 and 10. RGB value is (170,115,16). Sum of RGB (Red+Green+Blue) = 170+115+16=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7310 is #558CEF. Grayscale: #787878. Windows color (decimal): -5606640 or 1078186. OLE color: 1078186.
HSL color Cylindrical-coordinate representation of color #AA7310: hue angle of 38.57º 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 #AA7310 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 16 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.33 |
| HSL | 38.57º | 0.83% | 0.36% | - |
| HSV(B) | 38.57º | 0.91% | 0.67% | - |
| XYZ | 22.8 | 20.84 | 3.31 | - |
| YUV | 120.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 16 | 0 | 0.32 | 0.91 | 0.33 | 38.57 | 0.83 | 0.36 |
| Hex | AA | 73 | 10 | 0 | 20 | 5B | 21 | 27 | 53 | 24 |
| Octal | 252 | 163 | 20 | 0 | 40 | 133 | 41 | 47 | 123 | 44 |
| Binary | 10101010 | 1110011 | 10000 | 0 | 100000 | 1011011 | 100001 | 100111 | 1010011 | 100100 |
Color Harmonies of #AA7310
Complementary color
Monochromatic Colors of #AA7310
Black with #AA7310
Text Example
Text Example
White with #AA7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7310; }
p { color: rgb(170,115,16); }
H1.HeaderClassName
{
color: #AA7310;
}
.AnyTagClassName
{
color: #AA7310;
}
</style>
background-color css
<style>
a { background-color: #AA7310; }
a { background-color: rgb(170,115,16); }
div.DivClassName
{
background-color: #AA7310;
}
.BgClassName
{
background-color: #AA7310;
}
</style>
border-color css
<style>
span { border-color: #AA7310; }
span { border-color: rgb(170,115,16); }
td.TdClassName
{
border-color: #AA7310;
}
.TagClassName
{
border-color: #AA7310;
}
</style>