Shades of Hot Toddy #AA721A
Tints of Hot Toddy #AA721A
RGB
CMYK
RGB Variations
Color information
#AA721A (or 0xAA721A) is known color: Hot Toddy. HEX triplet: AA, 72 and 1A. RGB value is (170,114,26). Sum of RGB (Red+Green+Blue) = 170+114+26=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721A is #558DE5. Grayscale: #797979. Windows color (decimal): -5606886 or 1733290. OLE color: 1733290.
HSL color Cylindrical-coordinate representation of color #AA721A: hue angle of 36.67º degrees, saturation: 0.73, 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 #AA721A is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 26 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.33 |
| HSL | 36.67º | 0.73% | 0.38% | - |
| HSV(B) | 36.67º | 0.85% | 0.67% | - |
| XYZ | 22.78 | 20.66 | 3.76 | - |
| YUV | 120.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 26 | 0 | 0.33 | 0.85 | 0.33 | 36.67 | 0.73 | 0.38 |
| Hex | AA | 72 | 1A | 0 | 21 | 55 | 21 | 25 | 49 | 26 |
| Octal | 252 | 162 | 32 | 0 | 41 | 125 | 41 | 45 | 111 | 46 |
| Binary | 10101010 | 1110010 | 11010 | 0 | 100001 | 1010101 | 100001 | 100101 | 1001001 | 100110 |
Color Harmonies of #AA721A
Complementary color
Monochromatic Colors of #AA721A
Black with #AA721A
Text Example
Text Example
White with #AA721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA721A; }
p { color: rgb(170,114,26); }
H1.HeaderClassName
{
color: #AA721A;
}
.AnyTagClassName
{
color: #AA721A;
}
</style>
background-color css
<style>
a { background-color: #AA721A; }
a { background-color: rgb(170,114,26); }
div.DivClassName
{
background-color: #AA721A;
}
.BgClassName
{
background-color: #AA721A;
}
</style>
border-color css
<style>
span { border-color: #AA721A; }
span { border-color: rgb(170,114,26); }
td.TdClassName
{
border-color: #AA721A;
}
.TagClassName
{
border-color: #AA721A;
}
</style>