Shades of Hot Toddy #AA7319
Tints of Hot Toddy #AA7319
RGB
CMYK
RGB Variations
Color information
#AA7319 (or 0xAA7319) is known color: Hot Toddy. HEX triplet: AA, 73 and 19. RGB value is (170,115,25). Sum of RGB (Red+Green+Blue) = 170+115+25=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7319 is #558CE6. Grayscale: #797979. Windows color (decimal): -5606631 or 1668010. OLE color: 1668010.
HSL color Cylindrical-coordinate representation of color #AA7319: hue angle of 37.24º 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 #AA7319 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 25 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.33 |
| HSL | 37.24º | 0.74% | 0.38% | - |
| HSV(B) | 37.24º | 0.85% | 0.67% | - |
| XYZ | 22.88 | 20.88 | 3.74 | - |
| YUV | 121.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 25 | 0 | 0.32 | 0.85 | 0.33 | 37.24 | 0.74 | 0.38 |
| Hex | AA | 73 | 19 | 0 | 20 | 55 | 21 | 25 | 4A | 26 |
| Octal | 252 | 163 | 31 | 0 | 40 | 125 | 41 | 45 | 112 | 46 |
| Binary | 10101010 | 1110011 | 11001 | 0 | 100000 | 1010101 | 100001 | 100101 | 1001010 | 100110 |
Color Harmonies of #AA7319
Complementary color
Monochromatic Colors of #AA7319
Black with #AA7319
Text Example
Text Example
White with #AA7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7319; }
p { color: rgb(170,115,25); }
H1.HeaderClassName
{
color: #AA7319;
}
.AnyTagClassName
{
color: #AA7319;
}
</style>
background-color css
<style>
a { background-color: #AA7319; }
a { background-color: rgb(170,115,25); }
div.DivClassName
{
background-color: #AA7319;
}
.BgClassName
{
background-color: #AA7319;
}
</style>
border-color css
<style>
span { border-color: #AA7319; }
span { border-color: rgb(170,115,25); }
td.TdClassName
{
border-color: #AA7319;
}
.TagClassName
{
border-color: #AA7319;
}
</style>