Shades of Hot Toddy #AA7218
Tints of Hot Toddy #AA7218
RGB
CMYK
RGB Variations
Color information
#AA7218 (or 0xAA7218) is known color: Hot Toddy. HEX triplet: AA, 72 and 18. RGB value is (170,114,24). Sum of RGB (Red+Green+Blue) = 170+114+24=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7218 is #558DE7. Grayscale: #787878. Windows color (decimal): -5606888 or 1602218. OLE color: 1602218.
HSL color Cylindrical-coordinate representation of color #AA7218: hue angle of 36.99º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA7218 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 24 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.33 |
| HSL | 36.99º | 0.75% | 0.38% | - |
| HSV(B) | 36.99º | 0.86% | 0.67% | - |
| XYZ | 22.76 | 20.65 | 3.65 | - |
| YUV | 120.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 24 | 0 | 0.33 | 0.86 | 0.33 | 36.99 | 0.75 | 0.38 |
| Hex | AA | 72 | 18 | 0 | 21 | 56 | 21 | 25 | 4B | 26 |
| Octal | 252 | 162 | 30 | 0 | 41 | 126 | 41 | 45 | 113 | 46 |
| Binary | 10101010 | 1110010 | 11000 | 0 | 100001 | 1010110 | 100001 | 100101 | 1001011 | 100110 |
Color Harmonies of #AA7218
Complementary color
Monochromatic Colors of #AA7218
Black with #AA7218
Text Example
Text Example
White with #AA7218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7218; }
p { color: rgb(170,114,24); }
H1.HeaderClassName
{
color: #AA7218;
}
.AnyTagClassName
{
color: #AA7218;
}
</style>
background-color css
<style>
a { background-color: #AA7218; }
a { background-color: rgb(170,114,24); }
div.DivClassName
{
background-color: #AA7218;
}
.BgClassName
{
background-color: #AA7218;
}
</style>
border-color css
<style>
span { border-color: #AA7218; }
span { border-color: rgb(170,114,24); }
td.TdClassName
{
border-color: #AA7218;
}
.TagClassName
{
border-color: #AA7218;
}
</style>