Shades of Hot Toddy #AA6D20
Tints of Hot Toddy #AA6D20
RGB
CMYK
RGB Variations
Color information
#AA6D20 (or 0xAA6D20) is known color: Hot Toddy. HEX triplet: AA, 6D and 20. RGB value is (170,109,32). Sum of RGB (Red+Green+Blue) = 170+109+32=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D20 is #5592DF. Grayscale: #767676. Windows color (decimal): -5608160 or 2125226. OLE color: 2125226.
HSL color Cylindrical-coordinate representation of color #AA6D20: hue angle of 33.48º 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 #AA6D20 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 32 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.33 |
| HSL | 33.48º | 0.68% | 0.4% | - |
| HSV(B) | 33.48º | 0.81% | 0.67% | - |
| XYZ | 22.31 | 19.59 | 3.97 | - |
| YUV | 118.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 32 | 0 | 0.36 | 0.81 | 0.33 | 33.48 | 0.68 | 0.4 |
| Hex | AA | 6D | 20 | 0 | 24 | 51 | 21 | 21 | 44 | 28 |
| Octal | 252 | 155 | 40 | 0 | 44 | 121 | 41 | 41 | 104 | 50 |
| Binary | 10101010 | 1101101 | 100000 | 0 | 100100 | 1010001 | 100001 | 100001 | 1000100 | 101000 |
Color Harmonies of #AA6D20
Complementary color
Monochromatic Colors of #AA6D20
Black with #AA6D20
Text Example
Text Example
White with #AA6D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D20; }
p { color: rgb(170,109,32); }
H1.HeaderClassName
{
color: #AA6D20;
}
.AnyTagClassName
{
color: #AA6D20;
}
</style>
background-color css
<style>
a { background-color: #AA6D20; }
a { background-color: rgb(170,109,32); }
div.DivClassName
{
background-color: #AA6D20;
}
.BgClassName
{
background-color: #AA6D20;
}
</style>
border-color css
<style>
span { border-color: #AA6D20; }
span { border-color: rgb(170,109,32); }
td.TdClassName
{
border-color: #AA6D20;
}
.TagClassName
{
border-color: #AA6D20;
}
</style>