Shades of Hot Toddy #AA711B
Tints of Hot Toddy #AA711B
RGB
CMYK
RGB Variations
Color information
#AA711B (or 0xAA711B) is known color: Hot Toddy. HEX triplet: AA, 71 and 1B. RGB value is (170,113,27). Sum of RGB (Red+Green+Blue) = 170+113+27=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA711B is #558EE4. Grayscale: #787878. Windows color (decimal): -5607141 or 1798570. OLE color: 1798570.
HSL color Cylindrical-coordinate representation of color #AA711B: hue angle of 36.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA711B is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 27 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.33 |
| HSL | 36.08º | 0.73% | 0.39% | - |
| HSV(B) | 36.08º | 0.84% | 0.67% | - |
| XYZ | 22.68 | 20.44 | 3.79 | - |
| YUV | 120.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 27 | 0 | 0.34 | 0.84 | 0.33 | 36.08 | 0.73 | 0.39 |
| Hex | AA | 71 | 1B | 0 | 22 | 54 | 21 | 24 | 49 | 27 |
| Octal | 252 | 161 | 33 | 0 | 42 | 124 | 41 | 44 | 111 | 47 |
| Binary | 10101010 | 1110001 | 11011 | 0 | 100010 | 1010100 | 100001 | 100100 | 1001001 | 100111 |
Color Harmonies of #AA711B
Complementary color
Monochromatic Colors of #AA711B
Black with #AA711B
Text Example
Text Example
White with #AA711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA711B; }
p { color: rgb(170,113,27); }
H1.HeaderClassName
{
color: #AA711B;
}
.AnyTagClassName
{
color: #AA711B;
}
</style>
background-color css
<style>
a { background-color: #AA711B; }
a { background-color: rgb(170,113,27); }
div.DivClassName
{
background-color: #AA711B;
}
.BgClassName
{
background-color: #AA711B;
}
</style>
border-color css
<style>
span { border-color: #AA711B; }
span { border-color: rgb(170,113,27); }
td.TdClassName
{
border-color: #AA711B;
}
.TagClassName
{
border-color: #AA711B;
}
</style>