Shades of Golden Brown #AA7015
Tints of Golden Brown #AA7015
RGB
CMYK
RGB Variations
Color information
#AA7015 (or 0xAA7015) is known color: Golden Brown. HEX triplet: AA, 70 and 15. RGB value is (170,112,21). Sum of RGB (Red+Green+Blue) = 170+112+21=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7015 is #558FEA. Grayscale: #777777. Windows color (decimal): -5607403 or 1405098. OLE color: 1405098.
HSL color Cylindrical-coordinate representation of color #AA7015: hue angle of 36.64º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA7015 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 21 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.33 |
| HSL | 36.64º | 0.78% | 0.37% | - |
| HSV(B) | 36.64º | 0.88% | 0.67% | - |
| XYZ | 22.51 | 20.19 | 3.42 | - |
| YUV | 118.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 21 | 0 | 0.34 | 0.88 | 0.33 | 36.64 | 0.78 | 0.37 |
| Hex | AA | 70 | 15 | 0 | 22 | 58 | 21 | 25 | 4E | 25 |
| Octal | 252 | 160 | 25 | 0 | 42 | 130 | 41 | 45 | 116 | 45 |
| Binary | 10101010 | 1110000 | 10101 | 0 | 100010 | 1011000 | 100001 | 100101 | 1001110 | 100101 |
Color Harmonies of #AA7015
Complementary color
Monochromatic Colors of #AA7015
Black with #AA7015
Text Example
Text Example
White with #AA7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7015; }
p { color: rgb(170,112,21); }
H1.HeaderClassName
{
color: #AA7015;
}
.AnyTagClassName
{
color: #AA7015;
}
</style>
background-color css
<style>
a { background-color: #AA7015; }
a { background-color: rgb(170,112,21); }
div.DivClassName
{
background-color: #AA7015;
}
.BgClassName
{
background-color: #AA7015;
}
</style>
border-color css
<style>
span { border-color: #AA7015; }
span { border-color: rgb(170,112,21); }
td.TdClassName
{
border-color: #AA7015;
}
.TagClassName
{
border-color: #AA7015;
}
</style>