Shades of Hot Toddy #AA7030
Tints of Hot Toddy #AA7030
RGB
CMYK
RGB Variations
Color information
#AA7030 (or 0xAA7030) is known color: Hot Toddy. HEX triplet: AA, 70 and 30. RGB value is (170,112,48). Sum of RGB (Red+Green+Blue) = 170+112+48=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7030 is #558FCF. Grayscale: #7A7A7A. Windows color (decimal): -5607376 or 3174570. OLE color: 3174570.
HSL color Cylindrical-coordinate representation of color #AA7030: hue angle of 31.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA7030 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 48 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.33 |
| HSL | 31.48º | 0.56% | 0.43% | - |
| HSV(B) | 31.48º | 0.72% | 0.67% | - |
| XYZ | 22.91 | 20.35 | 5.52 | - |
| YUV | 122.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 48 | 0 | 0.34 | 0.72 | 0.33 | 31.48 | 0.56 | 0.43 |
| Hex | AA | 70 | 30 | 0 | 22 | 48 | 21 | 1F | 38 | 2B |
| Octal | 252 | 160 | 60 | 0 | 42 | 110 | 41 | 37 | 70 | 53 |
| Binary | 10101010 | 1110000 | 110000 | 0 | 100010 | 1001000 | 100001 | 11111 | 111000 | 101011 |
Color Harmonies of #AA7030
Complementary color
Monochromatic Colors of #AA7030
Black with #AA7030
Text Example
Text Example
White with #AA7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7030; }
p { color: rgb(170,112,48); }
H1.HeaderClassName
{
color: #AA7030;
}
.AnyTagClassName
{
color: #AA7030;
}
</style>
background-color css
<style>
a { background-color: #AA7030; }
a { background-color: rgb(170,112,48); }
div.DivClassName
{
background-color: #AA7030;
}
.BgClassName
{
background-color: #AA7030;
}
</style>
border-color css
<style>
span { border-color: #AA7030; }
span { border-color: rgb(170,112,48); }
td.TdClassName
{
border-color: #AA7030;
}
.TagClassName
{
border-color: #AA7030;
}
</style>