Shades of Golden Brown #AA6115
Tints of Golden Brown #AA6115
RGB
CMYK
RGB Variations
Color information
#AA6115 (or 0xAA6115) is known color: Golden Brown. HEX triplet: AA, 61 and 15. RGB value is (170,97,21). Sum of RGB (Red+Green+Blue) = 170+97+21=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6115 is #559EEA. Grayscale: #6E6E6E. Windows color (decimal): -5611243 or 1401258. OLE color: 1401258.
HSL color Cylindrical-coordinate representation of color #AA6115: hue angle of 30.6º 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 #AA6115 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 21 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.33 |
| HSL | 30.6º | 0.78% | 0.37% | - |
| HSV(B) | 30.6º | 0.88% | 0.67% | - |
| XYZ | 20.99 | 17.15 | 2.91 | - |
| YUV | 110.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 21 | 0 | 0.43 | 0.88 | 0.33 | 30.6 | 0.78 | 0.37 |
| Hex | AA | 61 | 15 | 0 | 2B | 58 | 21 | 1F | 4E | 25 |
| Octal | 252 | 141 | 25 | 0 | 53 | 130 | 41 | 37 | 116 | 45 |
| Binary | 10101010 | 1100001 | 10101 | 0 | 101011 | 1011000 | 100001 | 11111 | 1001110 | 100101 |
Color Harmonies of #AA6115
Complementary color
Monochromatic Colors of #AA6115
Black with #AA6115
Text Example
Text Example
White with #AA6115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6115; }
p { color: rgb(170,97,21); }
H1.HeaderClassName
{
color: #AA6115;
}
.AnyTagClassName
{
color: #AA6115;
}
</style>
background-color css
<style>
a { background-color: #AA6115; }
a { background-color: rgb(170,97,21); }
div.DivClassName
{
background-color: #AA6115;
}
.BgClassName
{
background-color: #AA6115;
}
</style>
border-color css
<style>
span { border-color: #AA6115; }
span { border-color: rgb(170,97,21); }
td.TdClassName
{
border-color: #AA6115;
}
.TagClassName
{
border-color: #AA6115;
}
</style>