Shades of Hot Toddy #AA7420
Tints of Hot Toddy #AA7420
RGB
CMYK
RGB Variations
Color information
#AA7420 (or 0xAA7420) is known color: Hot Toddy. HEX triplet: AA, 74 and 20. RGB value is (170,116,32). Sum of RGB (Red+Green+Blue) = 170+116+32=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7420 is #558BDF. Grayscale: #7A7A7A. Windows color (decimal): -5606368 or 2127018. OLE color: 2127018.
HSL color Cylindrical-coordinate representation of color #AA7420: hue angle of 36.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA7420 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 32 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.33 |
| HSL | 36.52º | 0.68% | 0.4% | - |
| HSV(B) | 36.52º | 0.81% | 0.67% | - |
| XYZ | 23.08 | 21.14 | 4.23 | - |
| YUV | 122.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 32 | 0 | 0.32 | 0.81 | 0.33 | 36.52 | 0.68 | 0.4 |
| Hex | AA | 74 | 20 | 0 | 20 | 51 | 21 | 25 | 44 | 28 |
| Octal | 252 | 164 | 40 | 0 | 40 | 121 | 41 | 45 | 104 | 50 |
| Binary | 10101010 | 1110100 | 100000 | 0 | 100000 | 1010001 | 100001 | 100101 | 1000100 | 101000 |
Color Harmonies of #AA7420
Complementary color
Monochromatic Colors of #AA7420
Black with #AA7420
Text Example
Text Example
White with #AA7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7420; }
p { color: rgb(170,116,32); }
H1.HeaderClassName
{
color: #AA7420;
}
.AnyTagClassName
{
color: #AA7420;
}
</style>
background-color css
<style>
a { background-color: #AA7420; }
a { background-color: rgb(170,116,32); }
div.DivClassName
{
background-color: #AA7420;
}
.BgClassName
{
background-color: #AA7420;
}
</style>
border-color css
<style>
span { border-color: #AA7420; }
span { border-color: rgb(170,116,32); }
td.TdClassName
{
border-color: #AA7420;
}
.TagClassName
{
border-color: #AA7420;
}
</style>