Shades of Hot Toddy #AA7416
Tints of Hot Toddy #AA7416
RGB
CMYK
RGB Variations
Color information
#AA7416 (or 0xAA7416) is known color: Hot Toddy. HEX triplet: AA, 74 and 16. RGB value is (170,116,22). Sum of RGB (Red+Green+Blue) = 170+116+22=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7416 is #558BE9. Grayscale: #797979. Windows color (decimal): -5606378 or 1471658. OLE color: 1471658.
HSL color Cylindrical-coordinate representation of color #AA7416: hue angle of 38.11º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA7416 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 22 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.33 |
| HSL | 38.11º | 0.77% | 0.38% | - |
| HSV(B) | 38.11º | 0.87% | 0.67% | - |
| XYZ | 22.97 | 21.09 | 3.62 | - |
| YUV | 121.43 | 71.89 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 22 | 0 | 0.32 | 0.87 | 0.33 | 38.11 | 0.77 | 0.38 |
| Hex | AA | 74 | 16 | 0 | 20 | 57 | 21 | 26 | 4D | 26 |
| Octal | 252 | 164 | 26 | 0 | 40 | 127 | 41 | 46 | 115 | 46 |
| Binary | 10101010 | 1110100 | 10110 | 0 | 100000 | 1010111 | 100001 | 100110 | 1001101 | 100110 |
Color Harmonies of #AA7416
Complementary color
Monochromatic Colors of #AA7416
Black with #AA7416
Text Example
Text Example
White with #AA7416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7416; }
p { color: rgb(170,116,22); }
H1.HeaderClassName
{
color: #AA7416;
}
.AnyTagClassName
{
color: #AA7416;
}
</style>
background-color css
<style>
a { background-color: #AA7416; }
a { background-color: rgb(170,116,22); }
div.DivClassName
{
background-color: #AA7416;
}
.BgClassName
{
background-color: #AA7416;
}
</style>
border-color css
<style>
span { border-color: #AA7416; }
span { border-color: rgb(170,116,22); }
td.TdClassName
{
border-color: #AA7416;
}
.TagClassName
{
border-color: #AA7416;
}
</style>