Shades of Hot Toddy #AA721B
Tints of Hot Toddy #AA721B
RGB
CMYK
RGB Variations
Color information
#AA721B (or 0xAA721B) is known color: Hot Toddy. HEX triplet: AA, 72 and 1B. RGB value is (170,114,27). Sum of RGB (Red+Green+Blue) = 170+114+27=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721B is #558DE4. Grayscale: #797979. Windows color (decimal): -5606885 or 1798826. OLE color: 1798826.
HSL color Cylindrical-coordinate representation of color #AA721B: hue angle of 36.5º degrees, saturation: 0.73, 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 #AA721B is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 27 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.33 |
| HSL | 36.5º | 0.73% | 0.39% | - |
| HSV(B) | 36.5º | 0.84% | 0.67% | - |
| XYZ | 22.79 | 20.66 | 3.82 | - |
| YUV | 120.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 27 | 0 | 0.33 | 0.84 | 0.33 | 36.5 | 0.73 | 0.39 |
| Hex | AA | 72 | 1B | 0 | 21 | 54 | 21 | 25 | 49 | 27 |
| Octal | 252 | 162 | 33 | 0 | 41 | 124 | 41 | 45 | 111 | 47 |
| Binary | 10101010 | 1110010 | 11011 | 0 | 100001 | 1010100 | 100001 | 100101 | 1001001 | 100111 |
Color Harmonies of #AA721B
Complementary color
Monochromatic Colors of #AA721B
Black with #AA721B
Text Example
Text Example
White with #AA721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA721B; }
p { color: rgb(170,114,27); }
H1.HeaderClassName
{
color: #AA721B;
}
.AnyTagClassName
{
color: #AA721B;
}
</style>
background-color css
<style>
a { background-color: #AA721B; }
a { background-color: rgb(170,114,27); }
div.DivClassName
{
background-color: #AA721B;
}
.BgClassName
{
background-color: #AA721B;
}
</style>
border-color css
<style>
span { border-color: #AA721B; }
span { border-color: rgb(170,114,27); }
td.TdClassName
{
border-color: #AA721B;
}
.TagClassName
{
border-color: #AA721B;
}
</style>