Shades of Hot Toddy #AA712E
Tints of Hot Toddy #AA712E
RGB
CMYK
RGB Variations
Color information
#AA712E (or 0xAA712E) is known color: Hot Toddy. HEX triplet: AA, 71 and 2E. RGB value is (170,113,46). Sum of RGB (Red+Green+Blue) = 170+113+46=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA712E is #558ED1. Grayscale: #7A7A7A. Windows color (decimal): -5607122 or 3043754. OLE color: 3043754.
HSL color Cylindrical-coordinate representation of color #AA712E: hue angle of 32.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA712E is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 46 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.33 |
| HSL | 32.42º | 0.57% | 0.42% | - |
| HSV(B) | 32.42º | 0.73% | 0.67% | - |
| XYZ | 22.98 | 20.55 | 5.34 | - |
| YUV | 122.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 46 | 0 | 0.34 | 0.73 | 0.33 | 32.42 | 0.57 | 0.42 |
| Hex | AA | 71 | 2E | 0 | 22 | 49 | 21 | 20 | 39 | 2A |
| Octal | 252 | 161 | 56 | 0 | 42 | 111 | 41 | 40 | 71 | 52 |
| Binary | 10101010 | 1110001 | 101110 | 0 | 100010 | 1001001 | 100001 | 100000 | 111001 | 101010 |
Color Harmonies of #AA712E
Complementary color
Monochromatic Colors of #AA712E
Black with #AA712E
Text Example
Text Example
White with #AA712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA712E; }
p { color: rgb(170,113,46); }
H1.HeaderClassName
{
color: #AA712E;
}
.AnyTagClassName
{
color: #AA712E;
}
</style>
background-color css
<style>
a { background-color: #AA712E; }
a { background-color: rgb(170,113,46); }
div.DivClassName
{
background-color: #AA712E;
}
.BgClassName
{
background-color: #AA712E;
}
</style>
border-color css
<style>
span { border-color: #AA712E; }
span { border-color: rgb(170,113,46); }
td.TdClassName
{
border-color: #AA712E;
}
.TagClassName
{
border-color: #AA712E;
}
</style>