Shades of Hot Toddy #AA6C21
Tints of Hot Toddy #AA6C21
RGB
CMYK
RGB Variations
Color information
#AA6C21 (or 0xAA6C21) is known color: Hot Toddy. HEX triplet: AA, 6C and 21. RGB value is (170,108,33). Sum of RGB (Red+Green+Blue) = 170+108+33=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6C21 is #5593DE. Grayscale: #767676. Windows color (decimal): -5608415 or 2190506. OLE color: 2190506.
HSL color Cylindrical-coordinate representation of color #AA6C21: hue angle of 32.85º degrees, saturation: 0.67, 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 #AA6C21 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 33 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.33 |
| HSL | 32.85º | 0.67% | 0.4% | - |
| HSV(B) | 32.85º | 0.81% | 0.67% | - |
| XYZ | 22.21 | 19.38 | 4.01 | - |
| YUV | 117.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 33 | 0 | 0.36 | 0.81 | 0.33 | 32.85 | 0.67 | 0.4 |
| Hex | AA | 6C | 21 | 0 | 24 | 51 | 21 | 21 | 43 | 28 |
| Octal | 252 | 154 | 41 | 0 | 44 | 121 | 41 | 41 | 103 | 50 |
| Binary | 10101010 | 1101100 | 100001 | 0 | 100100 | 1010001 | 100001 | 100001 | 1000011 | 101000 |
Color Harmonies of #AA6C21
Complementary color
Monochromatic Colors of #AA6C21
Black with #AA6C21
Text Example
Text Example
White with #AA6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C21; }
p { color: rgb(170,108,33); }
H1.HeaderClassName
{
color: #AA6C21;
}
.AnyTagClassName
{
color: #AA6C21;
}
</style>
background-color css
<style>
a { background-color: #AA6C21; }
a { background-color: rgb(170,108,33); }
div.DivClassName
{
background-color: #AA6C21;
}
.BgClassName
{
background-color: #AA6C21;
}
</style>
border-color css
<style>
span { border-color: #AA6C21; }
span { border-color: rgb(170,108,33); }
td.TdClassName
{
border-color: #AA6C21;
}
.TagClassName
{
border-color: #AA6C21;
}
</style>