Shades of Hot Toddy #AA702B
Tints of Hot Toddy #AA702B
RGB
CMYK
RGB Variations
Color information
#AA702B (or 0xAA702B) is known color: Hot Toddy. HEX triplet: AA, 70 and 2B. RGB value is (170,112,43). Sum of RGB (Red+Green+Blue) = 170+112+43=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702B is #558FD4. Grayscale: #797979. Windows color (decimal): -5607381 or 2846890. OLE color: 2846890.
HSL color Cylindrical-coordinate representation of color #AA702B: hue angle of 32.6º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA702B is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 43 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.33 |
| HSL | 32.6º | 0.6% | 0.42% | - |
| HSV(B) | 32.6º | 0.75% | 0.67% | - |
| XYZ | 22.81 | 20.31 | 5 | - |
| YUV | 121.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 43 | 0 | 0.34 | 0.75 | 0.33 | 32.6 | 0.6 | 0.42 |
| Hex | AA | 70 | 2B | 0 | 22 | 4B | 21 | 21 | 3C | 2A |
| Octal | 252 | 160 | 53 | 0 | 42 | 113 | 41 | 41 | 74 | 52 |
| Binary | 10101010 | 1110000 | 101011 | 0 | 100010 | 1001011 | 100001 | 100001 | 111100 | 101010 |
Color Harmonies of #AA702B
Complementary color
Monochromatic Colors of #AA702B
Black with #AA702B
Text Example
Text Example
White with #AA702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA702B; }
p { color: rgb(170,112,43); }
H1.HeaderClassName
{
color: #AA702B;
}
.AnyTagClassName
{
color: #AA702B;
}
</style>
background-color css
<style>
a { background-color: #AA702B; }
a { background-color: rgb(170,112,43); }
div.DivClassName
{
background-color: #AA702B;
}
.BgClassName
{
background-color: #AA702B;
}
</style>
border-color css
<style>
span { border-color: #AA702B; }
span { border-color: rgb(170,112,43); }
td.TdClassName
{
border-color: #AA702B;
}
.TagClassName
{
border-color: #AA702B;
}
</style>