Shades of Hot Toddy #AA701C
Tints of Hot Toddy #AA701C
RGB
CMYK
RGB Variations
Color information
#AA701C (or 0xAA701C) is known color: Hot Toddy. HEX triplet: AA, 70 and 1C. RGB value is (170,112,28). Sum of RGB (Red+Green+Blue) = 170+112+28=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA701C is #558FE3. Grayscale: #787878. Windows color (decimal): -5607396 or 1863850. OLE color: 1863850.
HSL color Cylindrical-coordinate representation of color #AA701C: hue angle of 35.49º degrees, saturation: 0.72, 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 #AA701C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 28 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.33 |
| HSL | 35.49º | 0.72% | 0.39% | - |
| HSV(B) | 35.49º | 0.84% | 0.67% | - |
| XYZ | 22.58 | 20.22 | 3.81 | - |
| YUV | 119.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 28 | 0 | 0.34 | 0.84 | 0.33 | 35.49 | 0.72 | 0.39 |
| Hex | AA | 70 | 1C | 0 | 22 | 54 | 21 | 23 | 48 | 27 |
| Octal | 252 | 160 | 34 | 0 | 42 | 124 | 41 | 43 | 110 | 47 |
| Binary | 10101010 | 1110000 | 11100 | 0 | 100010 | 1010100 | 100001 | 100011 | 1001000 | 100111 |
Color Harmonies of #AA701C
Complementary color
Monochromatic Colors of #AA701C
Black with #AA701C
Text Example
Text Example
White with #AA701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA701C; }
p { color: rgb(170,112,28); }
H1.HeaderClassName
{
color: #AA701C;
}
.AnyTagClassName
{
color: #AA701C;
}
</style>
background-color css
<style>
a { background-color: #AA701C; }
a { background-color: rgb(170,112,28); }
div.DivClassName
{
background-color: #AA701C;
}
.BgClassName
{
background-color: #AA701C;
}
</style>
border-color css
<style>
span { border-color: #AA701C; }
span { border-color: rgb(170,112,28); }
td.TdClassName
{
border-color: #AA701C;
}
.TagClassName
{
border-color: #AA701C;
}
</style>