Shades of Golden Brown #AA6815
Tints of Golden Brown #AA6815
RGB
CMYK
RGB Variations
Color information
#AA6815 (or 0xAA6815) is known color: Golden Brown. HEX triplet: AA, 68 and 15. RGB value is (170,104,21). Sum of RGB (Red+Green+Blue) = 170+104+21=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6815 is #5597EA. Grayscale: #727272. Windows color (decimal): -5609451 or 1403050. OLE color: 1403050.
HSL color Cylindrical-coordinate representation of color #AA6815: hue angle of 33.42º 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 #AA6815 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 21 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.33 |
| HSL | 33.42º | 0.78% | 0.37% | - |
| HSV(B) | 33.42º | 0.88% | 0.67% | - |
| XYZ | 21.66 | 18.5 | 3.14 | - |
| YUV | 114.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 21 | 0 | 0.39 | 0.88 | 0.33 | 33.42 | 0.78 | 0.37 |
| Hex | AA | 68 | 15 | 0 | 27 | 58 | 21 | 21 | 4E | 25 |
| Octal | 252 | 150 | 25 | 0 | 47 | 130 | 41 | 41 | 116 | 45 |
| Binary | 10101010 | 1101000 | 10101 | 0 | 100111 | 1011000 | 100001 | 100001 | 1001110 | 100101 |
Color Harmonies of #AA6815
Complementary color
Monochromatic Colors of #AA6815
Black with #AA6815
Text Example
Text Example
White with #AA6815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6815; }
p { color: rgb(170,104,21); }
H1.HeaderClassName
{
color: #AA6815;
}
.AnyTagClassName
{
color: #AA6815;
}
</style>
background-color css
<style>
a { background-color: #AA6815; }
a { background-color: rgb(170,104,21); }
div.DivClassName
{
background-color: #AA6815;
}
.BgClassName
{
background-color: #AA6815;
}
</style>
border-color css
<style>
span { border-color: #AA6815; }
span { border-color: rgb(170,104,21); }
td.TdClassName
{
border-color: #AA6815;
}
.TagClassName
{
border-color: #AA6815;
}
</style>