Shades of Golden Brown #AA7415
Tints of Golden Brown #AA7415
RGB
CMYK
RGB Variations
Color information
#AA7415 (or 0xAA7415) is known color: Golden Brown. HEX triplet: AA, 74 and 15. RGB value is (170,116,21). Sum of RGB (Red+Green+Blue) = 170+116+21=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7415 is #558BEA. Grayscale: #797979. Windows color (decimal): -5606379 or 1406122. OLE color: 1406122.
HSL color Cylindrical-coordinate representation of color #AA7415: hue angle of 38.26º 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 #AA7415 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 21 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.33 |
| HSL | 38.26º | 0.78% | 0.37% | - |
| HSV(B) | 38.26º | 0.88% | 0.67% | - |
| XYZ | 22.96 | 21.09 | 3.57 | - |
| YUV | 121.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 21 | 0 | 0.32 | 0.88 | 0.33 | 38.26 | 0.78 | 0.37 |
| Hex | AA | 74 | 15 | 0 | 20 | 58 | 21 | 26 | 4E | 25 |
| Octal | 252 | 164 | 25 | 0 | 40 | 130 | 41 | 46 | 116 | 45 |
| Binary | 10101010 | 1110100 | 10101 | 0 | 100000 | 1011000 | 100001 | 100110 | 1001110 | 100101 |
Color Harmonies of #AA7415
Complementary color
Monochromatic Colors of #AA7415
Black with #AA7415
Text Example
Text Example
White with #AA7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7415; }
p { color: rgb(170,116,21); }
H1.HeaderClassName
{
color: #AA7415;
}
.AnyTagClassName
{
color: #AA7415;
}
</style>
background-color css
<style>
a { background-color: #AA7415; }
a { background-color: rgb(170,116,21); }
div.DivClassName
{
background-color: #AA7415;
}
.BgClassName
{
background-color: #AA7415;
}
</style>
border-color css
<style>
span { border-color: #AA7415; }
span { border-color: rgb(170,116,21); }
td.TdClassName
{
border-color: #AA7415;
}
.TagClassName
{
border-color: #AA7415;
}
</style>