Shades of Hot Toddy #AA6A20
Tints of Hot Toddy #AA6A20
RGB
CMYK
RGB Variations
Color information
#AA6A20 (or 0xAA6A20) is known color: Hot Toddy. HEX triplet: AA, 6A and 20. RGB value is (170,106,32). Sum of RGB (Red+Green+Blue) = 170+106+32=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A20 is #5595DF. Grayscale: #757575. Windows color (decimal): -5608928 or 2124458. OLE color: 2124458.
HSL color Cylindrical-coordinate representation of color #AA6A20: hue angle of 32.17º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA6A20 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 32 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.33 |
| HSL | 32.17º | 0.68% | 0.4% | - |
| HSV(B) | 32.17º | 0.81% | 0.67% | - |
| XYZ | 21.99 | 18.96 | 3.87 | - |
| YUV | 116.7 | 80.2 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 32 | 0 | 0.38 | 0.81 | 0.33 | 32.17 | 0.68 | 0.4 |
| Hex | AA | 6A | 20 | 0 | 26 | 51 | 21 | 20 | 44 | 28 |
| Octal | 252 | 152 | 40 | 0 | 46 | 121 | 41 | 40 | 104 | 50 |
| Binary | 10101010 | 1101010 | 100000 | 0 | 100110 | 1010001 | 100001 | 100000 | 1000100 | 101000 |
Color Harmonies of #AA6A20
Complementary color
Monochromatic Colors of #AA6A20
Black with #AA6A20
Text Example
Text Example
White with #AA6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A20; }
p { color: rgb(170,106,32); }
H1.HeaderClassName
{
color: #AA6A20;
}
.AnyTagClassName
{
color: #AA6A20;
}
</style>
background-color css
<style>
a { background-color: #AA6A20; }
a { background-color: rgb(170,106,32); }
div.DivClassName
{
background-color: #AA6A20;
}
.BgClassName
{
background-color: #AA6A20;
}
</style>
border-color css
<style>
span { border-color: #AA6A20; }
span { border-color: rgb(170,106,32); }
td.TdClassName
{
border-color: #AA6A20;
}
.TagClassName
{
border-color: #AA6A20;
}
</style>