Shades of Hot Toddy #AA721F
Tints of Hot Toddy #AA721F
RGB
CMYK
RGB Variations
Color information
#AA721F (or 0xAA721F) is known color: Hot Toddy. HEX triplet: AA, 72 and 1F. RGB value is (170,114,31). Sum of RGB (Red+Green+Blue) = 170+114+31=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA721F is #558DE0. Grayscale: #797979. Windows color (decimal): -5606881 or 2060970. OLE color: 2060970.
HSL color Cylindrical-coordinate representation of color #AA721F: hue angle of 35.83º degrees, saturation: 0.69, 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 #AA721F is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 31 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.33 |
| HSL | 35.83º | 0.69% | 0.39% | - |
| HSV(B) | 35.83º | 0.82% | 0.67% | - |
| XYZ | 22.84 | 20.68 | 4.08 | - |
| YUV | 121.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 31 | 0 | 0.33 | 0.82 | 0.33 | 35.83 | 0.69 | 0.39 |
| Hex | AA | 72 | 1F | 0 | 21 | 52 | 21 | 24 | 45 | 27 |
| Octal | 252 | 162 | 37 | 0 | 41 | 122 | 41 | 44 | 105 | 47 |
| Binary | 10101010 | 1110010 | 11111 | 0 | 100001 | 1010010 | 100001 | 100100 | 1000101 | 100111 |
Color Harmonies of #AA721F
Complementary color
Monochromatic Colors of #AA721F
Black with #AA721F
Text Example
Text Example
White with #AA721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA721F; }
p { color: rgb(170,114,31); }
H1.HeaderClassName
{
color: #AA721F;
}
.AnyTagClassName
{
color: #AA721F;
}
</style>
background-color css
<style>
a { background-color: #AA721F; }
a { background-color: rgb(170,114,31); }
div.DivClassName
{
background-color: #AA721F;
}
.BgClassName
{
background-color: #AA721F;
}
</style>
border-color css
<style>
span { border-color: #AA721F; }
span { border-color: rgb(170,114,31); }
td.TdClassName
{
border-color: #AA721F;
}
.TagClassName
{
border-color: #AA721F;
}
</style>