Shades of Hot Toddy #AA7124
Tints of Hot Toddy #AA7124
RGB
CMYK
RGB Variations
Color information
#AA7124 (or 0xAA7124) is known color: Hot Toddy. HEX triplet: AA, 71 and 24. RGB value is (170,113,36). Sum of RGB (Red+Green+Blue) = 170+113+36=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7124 is #558EDB. Grayscale: #797979. Windows color (decimal): -5607132 or 2388394. OLE color: 2388394.
HSL color Cylindrical-coordinate representation of color #AA7124: hue angle of 34.48º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA7124 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 36 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.33 |
| HSL | 34.48º | 0.65% | 0.4% | - |
| HSV(B) | 34.48º | 0.79% | 0.67% | - |
| XYZ | 22.8 | 20.48 | 4.42 | - |
| YUV | 121.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 36 | 0 | 0.34 | 0.79 | 0.33 | 34.48 | 0.65 | 0.4 |
| Hex | AA | 71 | 24 | 0 | 22 | 4F | 21 | 22 | 41 | 28 |
| Octal | 252 | 161 | 44 | 0 | 42 | 117 | 41 | 42 | 101 | 50 |
| Binary | 10101010 | 1110001 | 100100 | 0 | 100010 | 1001111 | 100001 | 100010 | 1000001 | 101000 |
Color Harmonies of #AA7124
Complementary color
Monochromatic Colors of #AA7124
Black with #AA7124
Text Example
Text Example
White with #AA7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7124; }
p { color: rgb(170,113,36); }
H1.HeaderClassName
{
color: #AA7124;
}
.AnyTagClassName
{
color: #AA7124;
}
</style>
background-color css
<style>
a { background-color: #AA7124; }
a { background-color: rgb(170,113,36); }
div.DivClassName
{
background-color: #AA7124;
}
.BgClassName
{
background-color: #AA7124;
}
</style>
border-color css
<style>
span { border-color: #AA7124; }
span { border-color: rgb(170,113,36); }
td.TdClassName
{
border-color: #AA7124;
}
.TagClassName
{
border-color: #AA7124;
}
</style>