Shades of Golden Brown #AA6A13
Tints of Golden Brown #AA6A13
RGB
CMYK
RGB Variations
Color information
#AA6A13 (or 0xAA6A13) is known color: Golden Brown. HEX triplet: AA, 6A and 13. RGB value is (170,106,19). Sum of RGB (Red+Green+Blue) = 170+106+19=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A13 is #5595EC. Grayscale: #737373. Windows color (decimal): -5608941 or 1272490. OLE color: 1272490.
HSL color Cylindrical-coordinate representation of color #AA6A13: hue angle of 34.57º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA6A13 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 19 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.33 |
| HSL | 34.57º | 0.8% | 0.37% | - |
| HSV(B) | 34.57º | 0.89% | 0.67% | - |
| XYZ | 21.85 | 18.9 | 3.11 | - |
| YUV | 115.22 | 73.7 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 19 | 0 | 0.38 | 0.89 | 0.33 | 34.57 | 0.8 | 0.37 |
| Hex | AA | 6A | 13 | 0 | 26 | 59 | 21 | 23 | 50 | 25 |
| Octal | 252 | 152 | 23 | 0 | 46 | 131 | 41 | 43 | 120 | 45 |
| Binary | 10101010 | 1101010 | 10011 | 0 | 100110 | 1011001 | 100001 | 100011 | 1010000 | 100101 |
Color Harmonies of #AA6A13
Complementary color
Monochromatic Colors of #AA6A13
Black with #AA6A13
Text Example
Text Example
White with #AA6A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A13; }
p { color: rgb(170,106,19); }
H1.HeaderClassName
{
color: #AA6A13;
}
.AnyTagClassName
{
color: #AA6A13;
}
</style>
background-color css
<style>
a { background-color: #AA6A13; }
a { background-color: rgb(170,106,19); }
div.DivClassName
{
background-color: #AA6A13;
}
.BgClassName
{
background-color: #AA6A13;
}
</style>
border-color css
<style>
span { border-color: #AA6A13; }
span { border-color: rgb(170,106,19); }
td.TdClassName
{
border-color: #AA6A13;
}
.TagClassName
{
border-color: #AA6A13;
}
</style>