Shades of Golden Brown #AA6B15
Tints of Golden Brown #AA6B15
RGB
CMYK
RGB Variations
Color information
#AA6B15 (or 0xAA6B15) is known color: Golden Brown. HEX triplet: AA, 6B and 15. RGB value is (170,107,21). Sum of RGB (Red+Green+Blue) = 170+107+21=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B15 is #5594EA. Grayscale: #747474. Windows color (decimal): -5608683 or 1403818. OLE color: 1403818.
HSL color Cylindrical-coordinate representation of color #AA6B15: hue angle of 34.63º 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 #AA6B15 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 21 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.33 |
| HSL | 34.63º | 0.78% | 0.37% | - |
| HSV(B) | 34.63º | 0.88% | 0.67% | - |
| XYZ | 21.97 | 19.12 | 3.24 | - |
| YUV | 116.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 21 | 0 | 0.37 | 0.88 | 0.33 | 34.63 | 0.78 | 0.37 |
| Hex | AA | 6B | 15 | 0 | 25 | 58 | 21 | 23 | 4E | 25 |
| Octal | 252 | 153 | 25 | 0 | 45 | 130 | 41 | 43 | 116 | 45 |
| Binary | 10101010 | 1101011 | 10101 | 0 | 100101 | 1011000 | 100001 | 100011 | 1001110 | 100101 |
Color Harmonies of #AA6B15
Complementary color
Monochromatic Colors of #AA6B15
Black with #AA6B15
Text Example
Text Example
White with #AA6B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B15; }
p { color: rgb(170,107,21); }
H1.HeaderClassName
{
color: #AA6B15;
}
.AnyTagClassName
{
color: #AA6B15;
}
</style>
background-color css
<style>
a { background-color: #AA6B15; }
a { background-color: rgb(170,107,21); }
div.DivClassName
{
background-color: #AA6B15;
}
.BgClassName
{
background-color: #AA6B15;
}
</style>
border-color css
<style>
span { border-color: #AA6B15; }
span { border-color: rgb(170,107,21); }
td.TdClassName
{
border-color: #AA6B15;
}
.TagClassName
{
border-color: #AA6B15;
}
</style>