Shades of Hot Toddy #AA7019
Tints of Hot Toddy #AA7019
RGB
CMYK
RGB Variations
Color information
#AA7019 (or 0xAA7019) is known color: Hot Toddy. HEX triplet: AA, 70 and 19. RGB value is (170,112,25). Sum of RGB (Red+Green+Blue) = 170+112+25=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7019 is #558FE6. Grayscale: #777777. Windows color (decimal): -5607399 or 1667242. OLE color: 1667242.
HSL color Cylindrical-coordinate representation of color #AA7019: hue angle of 36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA7019 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 25 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.33 |
| HSL | 36º | 0.74% | 0.38% | - |
| HSV(B) | 36º | 0.85% | 0.67% | - |
| XYZ | 22.55 | 20.2 | 3.63 | - |
| YUV | 119.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 25 | 0 | 0.34 | 0.85 | 0.33 | 36 | 0.74 | 0.38 |
| Hex | AA | 70 | 19 | 0 | 22 | 55 | 21 | 24 | 4A | 26 |
| Octal | 252 | 160 | 31 | 0 | 42 | 125 | 41 | 44 | 112 | 46 |
| Binary | 10101010 | 1110000 | 11001 | 0 | 100010 | 1010101 | 100001 | 100100 | 1001010 | 100110 |
Color Harmonies of #AA7019
Complementary color
Monochromatic Colors of #AA7019
Black with #AA7019
Text Example
Text Example
White with #AA7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7019; }
p { color: rgb(170,112,25); }
H1.HeaderClassName
{
color: #AA7019;
}
.AnyTagClassName
{
color: #AA7019;
}
</style>
background-color css
<style>
a { background-color: #AA7019; }
a { background-color: rgb(170,112,25); }
div.DivClassName
{
background-color: #AA7019;
}
.BgClassName
{
background-color: #AA7019;
}
</style>
border-color css
<style>
span { border-color: #AA7019; }
span { border-color: rgb(170,112,25); }
td.TdClassName
{
border-color: #AA7019;
}
.TagClassName
{
border-color: #AA7019;
}
</style>