Shades of Hot Toddy #AA7A24
Tints of Hot Toddy #AA7A24
RGB
CMYK
RGB Variations
Color information
#AA7A24 (or 0xAA7A24) is known color: Hot Toddy. HEX triplet: AA, 7A and 24. RGB value is (170,122,36). Sum of RGB (Red+Green+Blue) = 170+122+36=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A24 is #5585DB. Grayscale: #7E7E7E. Windows color (decimal): -5604828 or 2390698. OLE color: 2390698.
HSL color Cylindrical-coordinate representation of color #AA7A24: hue angle of 38.51º 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 #AA7A24 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 36 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.33 |
| HSL | 38.51º | 0.65% | 0.4% | - |
| HSV(B) | 38.51º | 0.79% | 0.67% | - |
| XYZ | 23.86 | 22.59 | 4.77 | - |
| YUV | 126.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 36 | 0 | 0.28 | 0.79 | 0.33 | 38.51 | 0.65 | 0.4 |
| Hex | AA | 7A | 24 | 0 | 1C | 4F | 21 | 27 | 41 | 28 |
| Octal | 252 | 172 | 44 | 0 | 34 | 117 | 41 | 47 | 101 | 50 |
| Binary | 10101010 | 1111010 | 100100 | 0 | 11100 | 1001111 | 100001 | 100111 | 1000001 | 101000 |
Color Harmonies of #AA7A24
Complementary color
Monochromatic Colors of #AA7A24
Black with #AA7A24
Text Example
Text Example
White with #AA7A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A24; }
p { color: rgb(170,122,36); }
H1.HeaderClassName
{
color: #AA7A24;
}
.AnyTagClassName
{
color: #AA7A24;
}
</style>
background-color css
<style>
a { background-color: #AA7A24; }
a { background-color: rgb(170,122,36); }
div.DivClassName
{
background-color: #AA7A24;
}
.BgClassName
{
background-color: #AA7A24;
}
</style>
border-color css
<style>
span { border-color: #AA7A24; }
span { border-color: rgb(170,122,36); }
td.TdClassName
{
border-color: #AA7A24;
}
.TagClassName
{
border-color: #AA7A24;
}
</style>