Shades of Hot Toddy #AA7118
Tints of Hot Toddy #AA7118
RGB
CMYK
RGB Variations
Color information
#AA7118 (or 0xAA7118) is known color: Hot Toddy. HEX triplet: AA, 71 and 18. RGB value is (170,113,24). Sum of RGB (Red+Green+Blue) = 170+113+24=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7118 is #558EE7. Grayscale: #787878. Windows color (decimal): -5607144 or 1601962. OLE color: 1601962.
HSL color Cylindrical-coordinate representation of color #AA7118: hue angle of 36.58º 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 #AA7118 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 24 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.33 |
| HSL | 36.58º | 0.75% | 0.38% | - |
| HSV(B) | 36.58º | 0.86% | 0.67% | - |
| XYZ | 22.65 | 20.42 | 3.61 | - |
| YUV | 119.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 24 | 0 | 0.34 | 0.86 | 0.33 | 36.58 | 0.75 | 0.38 |
| Hex | AA | 71 | 18 | 0 | 22 | 56 | 21 | 25 | 4B | 26 |
| Octal | 252 | 161 | 30 | 0 | 42 | 126 | 41 | 45 | 113 | 46 |
| Binary | 10101010 | 1110001 | 11000 | 0 | 100010 | 1010110 | 100001 | 100101 | 1001011 | 100110 |
Color Harmonies of #AA7118
Complementary color
Monochromatic Colors of #AA7118
Black with #AA7118
Text Example
Text Example
White with #AA7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7118; }
p { color: rgb(170,113,24); }
H1.HeaderClassName
{
color: #AA7118;
}
.AnyTagClassName
{
color: #AA7118;
}
</style>
background-color css
<style>
a { background-color: #AA7118; }
a { background-color: rgb(170,113,24); }
div.DivClassName
{
background-color: #AA7118;
}
.BgClassName
{
background-color: #AA7118;
}
</style>
border-color css
<style>
span { border-color: #AA7118; }
span { border-color: rgb(170,113,24); }
td.TdClassName
{
border-color: #AA7118;
}
.TagClassName
{
border-color: #AA7118;
}
</style>