Shades of Hot Toddy #AA7417
Tints of Hot Toddy #AA7417
RGB
CMYK
RGB Variations
Color information
#AA7417 (or 0xAA7417) is known color: Hot Toddy. HEX triplet: AA, 74 and 17. RGB value is (170,116,23). Sum of RGB (Red+Green+Blue) = 170+116+23=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7417 is #558BE8. Grayscale: #797979. Windows color (decimal): -5606377 or 1537194. OLE color: 1537194.
HSL color Cylindrical-coordinate representation of color #AA7417: hue angle of 37.96º degrees, saturation: 0.76, 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 #AA7417 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 23 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.33 |
| HSL | 37.96º | 0.76% | 0.38% | - |
| HSV(B) | 37.96º | 0.86% | 0.67% | - |
| XYZ | 22.98 | 21.1 | 3.67 | - |
| YUV | 121.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 23 | 0 | 0.32 | 0.86 | 0.33 | 37.96 | 0.76 | 0.38 |
| Hex | AA | 74 | 17 | 0 | 20 | 56 | 21 | 26 | 4C | 26 |
| Octal | 252 | 164 | 27 | 0 | 40 | 126 | 41 | 46 | 114 | 46 |
| Binary | 10101010 | 1110100 | 10111 | 0 | 100000 | 1010110 | 100001 | 100110 | 1001100 | 100110 |
Color Harmonies of #AA7417
Complementary color
Monochromatic Colors of #AA7417
Black with #AA7417
Text Example
Text Example
White with #AA7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7417; }
p { color: rgb(170,116,23); }
H1.HeaderClassName
{
color: #AA7417;
}
.AnyTagClassName
{
color: #AA7417;
}
</style>
background-color css
<style>
a { background-color: #AA7417; }
a { background-color: rgb(170,116,23); }
div.DivClassName
{
background-color: #AA7417;
}
.BgClassName
{
background-color: #AA7417;
}
</style>
border-color css
<style>
span { border-color: #AA7417; }
span { border-color: rgb(170,116,23); }
td.TdClassName
{
border-color: #AA7417;
}
.TagClassName
{
border-color: #AA7417;
}
</style>