Shades of Hot Toddy #AA711D
Tints of Hot Toddy #AA711D
RGB
CMYK
RGB Variations
Color information
#AA711D (or 0xAA711D) is known color: Hot Toddy. HEX triplet: AA, 71 and 1D. RGB value is (170,113,29). Sum of RGB (Red+Green+Blue) = 170+113+29=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA711D is #558EE2. Grayscale: #787878. Windows color (decimal): -5607139 or 1929642. OLE color: 1929642.
HSL color Cylindrical-coordinate representation of color #AA711D: hue angle of 35.74º 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 #AA711D is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 29 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.33 |
| HSL | 35.74º | 0.71% | 0.39% | - |
| HSV(B) | 35.74º | 0.83% | 0.67% | - |
| XYZ | 22.7 | 20.45 | 3.91 | - |
| YUV | 120.47 | 76.38 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 29 | 0 | 0.34 | 0.83 | 0.33 | 35.74 | 0.71 | 0.39 |
| Hex | AA | 71 | 1D | 0 | 22 | 53 | 21 | 24 | 47 | 27 |
| Octal | 252 | 161 | 35 | 0 | 42 | 123 | 41 | 44 | 107 | 47 |
| Binary | 10101010 | 1110001 | 11101 | 0 | 100010 | 1010011 | 100001 | 100100 | 1000111 | 100111 |
Color Harmonies of #AA711D
Complementary color
Monochromatic Colors of #AA711D
Black with #AA711D
Text Example
Text Example
White with #AA711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA711D; }
p { color: rgb(170,113,29); }
H1.HeaderClassName
{
color: #AA711D;
}
.AnyTagClassName
{
color: #AA711D;
}
</style>
background-color css
<style>
a { background-color: #AA711D; }
a { background-color: rgb(170,113,29); }
div.DivClassName
{
background-color: #AA711D;
}
.BgClassName
{
background-color: #AA711D;
}
</style>
border-color css
<style>
span { border-color: #AA711D; }
span { border-color: rgb(170,113,29); }
td.TdClassName
{
border-color: #AA711D;
}
.TagClassName
{
border-color: #AA711D;
}
</style>