Shades of Hot Toddy #AA702D
Tints of Hot Toddy #AA702D
RGB
CMYK
RGB Variations
Color information
#AA702D (or 0xAA702D) is known color: Hot Toddy. HEX triplet: AA, 70 and 2D. RGB value is (170,112,45). Sum of RGB (Red+Green+Blue) = 170+112+45=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA702D is #558FD2. Grayscale: #7A7A7A. Windows color (decimal): -5607379 or 2977962. OLE color: 2977962.
HSL color Cylindrical-coordinate representation of color #AA702D: hue angle of 32.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA702D is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 45 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.33 |
| HSL | 32.16º | 0.58% | 0.42% | - |
| HSV(B) | 32.16º | 0.74% | 0.67% | - |
| XYZ | 22.85 | 20.32 | 5.2 | - |
| YUV | 121.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 45 | 0 | 0.34 | 0.74 | 0.33 | 32.16 | 0.58 | 0.42 |
| Hex | AA | 70 | 2D | 0 | 22 | 4A | 21 | 20 | 3A | 2A |
| Octal | 252 | 160 | 55 | 0 | 42 | 112 | 41 | 40 | 72 | 52 |
| Binary | 10101010 | 1110000 | 101101 | 0 | 100010 | 1001010 | 100001 | 100000 | 111010 | 101010 |
Color Harmonies of #AA702D
Complementary color
Monochromatic Colors of #AA702D
Black with #AA702D
Text Example
Text Example
White with #AA702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA702D; }
p { color: rgb(170,112,45); }
H1.HeaderClassName
{
color: #AA702D;
}
.AnyTagClassName
{
color: #AA702D;
}
</style>
background-color css
<style>
a { background-color: #AA702D; }
a { background-color: rgb(170,112,45); }
div.DivClassName
{
background-color: #AA702D;
}
.BgClassName
{
background-color: #AA702D;
}
</style>
border-color css
<style>
span { border-color: #AA702D; }
span { border-color: rgb(170,112,45); }
td.TdClassName
{
border-color: #AA702D;
}
.TagClassName
{
border-color: #AA702D;
}
</style>