Shades of Hot Toddy #AA702E
Tints of Hot Toddy #AA702E
RGB
CMYK
RGB Variations
Color information
#AA702E (or 0xAA702E) is known color: Hot Toddy. HEX triplet: AA, 70 and 2E. RGB value is (170,112,46). Sum of RGB (Red+Green+Blue) = 170+112+46=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702E is #558FD1. Grayscale: #7A7A7A. Windows color (decimal): -5607378 or 3043498. OLE color: 3043498.
HSL color Cylindrical-coordinate representation of color #AA702E: hue angle of 31.94º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA702E is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 46 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.33 |
| HSL | 31.94º | 0.57% | 0.42% | - |
| HSV(B) | 31.94º | 0.73% | 0.67% | - |
| XYZ | 22.86 | 20.33 | 5.3 | - |
| YUV | 121.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 46 | 0 | 0.34 | 0.73 | 0.33 | 31.94 | 0.57 | 0.42 |
| Hex | AA | 70 | 2E | 0 | 22 | 49 | 21 | 20 | 39 | 2A |
| Octal | 252 | 160 | 56 | 0 | 42 | 111 | 41 | 40 | 71 | 52 |
| Binary | 10101010 | 1110000 | 101110 | 0 | 100010 | 1001001 | 100001 | 100000 | 111001 | 101010 |
Color Harmonies of #AA702E
Complementary color
Monochromatic Colors of #AA702E
Black with #AA702E
Text Example
Text Example
White with #AA702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA702E; }
p { color: rgb(170,112,46); }
H1.HeaderClassName
{
color: #AA702E;
}
.AnyTagClassName
{
color: #AA702E;
}
</style>
background-color css
<style>
a { background-color: #AA702E; }
a { background-color: rgb(170,112,46); }
div.DivClassName
{
background-color: #AA702E;
}
.BgClassName
{
background-color: #AA702E;
}
</style>
border-color css
<style>
span { border-color: #AA702E; }
span { border-color: rgb(170,112,46); }
td.TdClassName
{
border-color: #AA702E;
}
.TagClassName
{
border-color: #AA702E;
}
</style>