Shades of Hot Toddy #AA711E
Tints of Hot Toddy #AA711E
RGB
CMYK
RGB Variations
Color information
#AA711E (or 0xAA711E) is known color: Hot Toddy. HEX triplet: AA, 71 and 1E. RGB value is (170,113,30). Sum of RGB (Red+Green+Blue) = 170+113+30=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA711E is #558EE1. Grayscale: #787878. Windows color (decimal): -5607138 or 1995178. OLE color: 1995178.
HSL color Cylindrical-coordinate representation of color #AA711E: hue angle of 35.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA711E is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 30 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.33 |
| HSL | 35.57º | 0.7% | 0.39% | - |
| HSV(B) | 35.57º | 0.82% | 0.67% | - |
| XYZ | 22.72 | 20.45 | 3.98 | - |
| YUV | 120.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 30 | 0 | 0.34 | 0.82 | 0.33 | 35.57 | 0.7 | 0.39 |
| Hex | AA | 71 | 1E | 0 | 22 | 52 | 21 | 24 | 46 | 27 |
| Octal | 252 | 161 | 36 | 0 | 42 | 122 | 41 | 44 | 106 | 47 |
| Binary | 10101010 | 1110001 | 11110 | 0 | 100010 | 1010010 | 100001 | 100100 | 1000110 | 100111 |
Color Harmonies of #AA711E
Complementary color
Monochromatic Colors of #AA711E
Black with #AA711E
Text Example
Text Example
White with #AA711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA711E; }
p { color: rgb(170,113,30); }
H1.HeaderClassName
{
color: #AA711E;
}
.AnyTagClassName
{
color: #AA711E;
}
</style>
background-color css
<style>
a { background-color: #AA711E; }
a { background-color: rgb(170,113,30); }
div.DivClassName
{
background-color: #AA711E;
}
.BgClassName
{
background-color: #AA711E;
}
</style>
border-color css
<style>
span { border-color: #AA711E; }
span { border-color: rgb(170,113,30); }
td.TdClassName
{
border-color: #AA711E;
}
.TagClassName
{
border-color: #AA711E;
}
</style>