Shades of Hot Toddy #AA701D
Tints of Hot Toddy #AA701D
RGB
CMYK
RGB Variations
Color information
#AA701D (or 0xAA701D) is known color: Hot Toddy. HEX triplet: AA, 70 and 1D. RGB value is (170,112,29). Sum of RGB (Red+Green+Blue) = 170+112+29=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA701D is #558FE2. Grayscale: #787878. Windows color (decimal): -5607395 or 1929386. OLE color: 1929386.
HSL color Cylindrical-coordinate representation of color #AA701D: hue angle of 35.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA701D is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 29 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.33 |
| HSL | 35.32º | 0.71% | 0.39% | - |
| HSV(B) | 35.32º | 0.83% | 0.67% | - |
| XYZ | 22.59 | 20.22 | 3.88 | - |
| YUV | 119.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 29 | 0 | 0.34 | 0.83 | 0.33 | 35.32 | 0.71 | 0.39 |
| Hex | AA | 70 | 1D | 0 | 22 | 53 | 21 | 23 | 47 | 27 |
| Octal | 252 | 160 | 35 | 0 | 42 | 123 | 41 | 43 | 107 | 47 |
| Binary | 10101010 | 1110000 | 11101 | 0 | 100010 | 1010011 | 100001 | 100011 | 1000111 | 100111 |
Color Harmonies of #AA701D
Complementary color
Monochromatic Colors of #AA701D
Black with #AA701D
Text Example
Text Example
White with #AA701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA701D; }
p { color: rgb(170,112,29); }
H1.HeaderClassName
{
color: #AA701D;
}
.AnyTagClassName
{
color: #AA701D;
}
</style>
background-color css
<style>
a { background-color: #AA701D; }
a { background-color: rgb(170,112,29); }
div.DivClassName
{
background-color: #AA701D;
}
.BgClassName
{
background-color: #AA701D;
}
</style>
border-color css
<style>
span { border-color: #AA701D; }
span { border-color: rgb(170,112,29); }
td.TdClassName
{
border-color: #AA701D;
}
.TagClassName
{
border-color: #AA701D;
}
</style>