Shades of Golden Brown #AA6415
Tints of Golden Brown #AA6415
RGB
CMYK
RGB Variations
Color information
#AA6415 (or 0xAA6415) is known color: Golden Brown. HEX triplet: AA, 64 and 15. RGB value is (170,100,21). Sum of RGB (Red+Green+Blue) = 170+100+21=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6415 is #559BEA. Grayscale: #707070. Windows color (decimal): -5610475 or 1402026. OLE color: 1402026.
HSL color Cylindrical-coordinate representation of color #AA6415: hue angle of 31.81º 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 #AA6415 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 21 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.33 |
| HSL | 31.81º | 0.78% | 0.37% | - |
| HSV(B) | 31.81º | 0.88% | 0.67% | - |
| XYZ | 21.27 | 17.71 | 3.01 | - |
| YUV | 111.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 21 | 0 | 0.41 | 0.88 | 0.33 | 31.81 | 0.78 | 0.37 |
| Hex | AA | 64 | 15 | 0 | 29 | 58 | 21 | 20 | 4E | 25 |
| Octal | 252 | 144 | 25 | 0 | 51 | 130 | 41 | 40 | 116 | 45 |
| Binary | 10101010 | 1100100 | 10101 | 0 | 101001 | 1011000 | 100001 | 100000 | 1001110 | 100101 |
Color Harmonies of #AA6415
Complementary color
Monochromatic Colors of #AA6415
Black with #AA6415
Text Example
Text Example
White with #AA6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6415; }
p { color: rgb(170,100,21); }
H1.HeaderClassName
{
color: #AA6415;
}
.AnyTagClassName
{
color: #AA6415;
}
</style>
background-color css
<style>
a { background-color: #AA6415; }
a { background-color: rgb(170,100,21); }
div.DivClassName
{
background-color: #AA6415;
}
.BgClassName
{
background-color: #AA6415;
}
</style>
border-color css
<style>
span { border-color: #AA6415; }
span { border-color: rgb(170,100,21); }
td.TdClassName
{
border-color: #AA6415;
}
.TagClassName
{
border-color: #AA6415;
}
</style>