Shades of Hot Toddy #AA7027
Tints of Hot Toddy #AA7027
RGB
CMYK
RGB Variations
Color information
#AA7027 (or 0xAA7027) is known color: Hot Toddy. HEX triplet: AA, 70 and 27. RGB value is (170,112,39). Sum of RGB (Red+Green+Blue) = 170+112+39=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7027 is #558FD8. Grayscale: #797979. Windows color (decimal): -5607385 or 2584746. OLE color: 2584746.
HSL color Cylindrical-coordinate representation of color #AA7027: hue angle of 33.44º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA7027 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 39 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.33 |
| HSL | 33.44º | 0.63% | 0.41% | - |
| HSV(B) | 33.44º | 0.77% | 0.67% | - |
| XYZ | 22.74 | 20.28 | 4.64 | - |
| YUV | 121.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 39 | 0 | 0.34 | 0.77 | 0.33 | 33.44 | 0.63 | 0.41 |
| Hex | AA | 70 | 27 | 0 | 22 | 4D | 21 | 21 | 3F | 29 |
| Octal | 252 | 160 | 47 | 0 | 42 | 115 | 41 | 41 | 77 | 51 |
| Binary | 10101010 | 1110000 | 100111 | 0 | 100010 | 1001101 | 100001 | 100001 | 111111 | 101001 |
Color Harmonies of #AA7027
Complementary color
Monochromatic Colors of #AA7027
Black with #AA7027
Text Example
Text Example
White with #AA7027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7027; }
p { color: rgb(170,112,39); }
H1.HeaderClassName
{
color: #AA7027;
}
.AnyTagClassName
{
color: #AA7027;
}
</style>
background-color css
<style>
a { background-color: #AA7027; }
a { background-color: rgb(170,112,39); }
div.DivClassName
{
background-color: #AA7027;
}
.BgClassName
{
background-color: #AA7027;
}
</style>
border-color css
<style>
span { border-color: #AA7027; }
span { border-color: rgb(170,112,39); }
td.TdClassName
{
border-color: #AA7027;
}
.TagClassName
{
border-color: #AA7027;
}
</style>