Shades of Hot Toddy #AA721E
Tints of Hot Toddy #AA721E
RGB
CMYK
RGB Variations
Color information
#AA721E (or 0xAA721E) is known color: Hot Toddy. HEX triplet: AA, 72 and 1E. RGB value is (170,114,30). Sum of RGB (Red+Green+Blue) = 170+114+30=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721E is #558DE1. Grayscale: #797979. Windows color (decimal): -5606882 or 1995434. OLE color: 1995434.
HSL color Cylindrical-coordinate representation of color #AA721E: hue angle of 36º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA721E is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 30 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.33 |
| HSL | 36º | 0.7% | 0.39% | - |
| HSV(B) | 36º | 0.82% | 0.67% | - |
| XYZ | 22.83 | 20.67 | 4.02 | - |
| YUV | 121.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 30 | 0 | 0.33 | 0.82 | 0.33 | 36 | 0.7 | 0.39 |
| Hex | AA | 72 | 1E | 0 | 21 | 52 | 21 | 24 | 46 | 27 |
| Octal | 252 | 162 | 36 | 0 | 41 | 122 | 41 | 44 | 106 | 47 |
| Binary | 10101010 | 1110010 | 11110 | 0 | 100001 | 1010010 | 100001 | 100100 | 1000110 | 100111 |
Color Harmonies of #AA721E
Complementary color
Monochromatic Colors of #AA721E
Black with #AA721E
Text Example
Text Example
White with #AA721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA721E; }
p { color: rgb(170,114,30); }
H1.HeaderClassName
{
color: #AA721E;
}
.AnyTagClassName
{
color: #AA721E;
}
</style>
background-color css
<style>
a { background-color: #AA721E; }
a { background-color: rgb(170,114,30); }
div.DivClassName
{
background-color: #AA721E;
}
.BgClassName
{
background-color: #AA721E;
}
</style>
border-color css
<style>
span { border-color: #AA721E; }
span { border-color: rgb(170,114,30); }
td.TdClassName
{
border-color: #AA721E;
}
.TagClassName
{
border-color: #AA721E;
}
</style>