Shades of Hot Toddy #AA721C
Tints of Hot Toddy #AA721C
RGB
CMYK
RGB Variations
Color information
#AA721C (or 0xAA721C) is known color: Hot Toddy. HEX triplet: AA, 72 and 1C. RGB value is (170,114,28). Sum of RGB (Red+Green+Blue) = 170+114+28=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721C is #558DE3. Grayscale: #797979. Windows color (decimal): -5606884 or 1864362. OLE color: 1864362.
HSL color Cylindrical-coordinate representation of color #AA721C: hue angle of 36.34º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA721C is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 28 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.33 |
| HSL | 36.34º | 0.72% | 0.39% | - |
| HSV(B) | 36.34º | 0.84% | 0.67% | - |
| XYZ | 22.8 | 20.66 | 3.89 | - |
| YUV | 120.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 28 | 0 | 0.33 | 0.84 | 0.33 | 36.34 | 0.72 | 0.39 |
| Hex | AA | 72 | 1C | 0 | 21 | 54 | 21 | 24 | 48 | 27 |
| Octal | 252 | 162 | 34 | 0 | 41 | 124 | 41 | 44 | 110 | 47 |
| Binary | 10101010 | 1110010 | 11100 | 0 | 100001 | 1010100 | 100001 | 100100 | 1001000 | 100111 |
Color Harmonies of #AA721C
Complementary color
Monochromatic Colors of #AA721C
Black with #AA721C
Text Example
Text Example
White with #AA721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA721C; }
p { color: rgb(170,114,28); }
H1.HeaderClassName
{
color: #AA721C;
}
.AnyTagClassName
{
color: #AA721C;
}
</style>
background-color css
<style>
a { background-color: #AA721C; }
a { background-color: rgb(170,114,28); }
div.DivClassName
{
background-color: #AA721C;
}
.BgClassName
{
background-color: #AA721C;
}
</style>
border-color css
<style>
span { border-color: #AA721C; }
span { border-color: rgb(170,114,28); }
td.TdClassName
{
border-color: #AA721C;
}
.TagClassName
{
border-color: #AA721C;
}
</style>