Shades of Hot Toddy #AA7A2C
Tints of Hot Toddy #AA7A2C
RGB
CMYK
RGB Variations
Color information
#AA7A2C (or 0xAA7A2C) is known color: Hot Toddy. HEX triplet: AA, 7A and 2C. RGB value is (170,122,44). Sum of RGB (Red+Green+Blue) = 170+122+44=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A2C is #5585D3. Grayscale: #7F7F7F. Windows color (decimal): -5604820 or 2914986. OLE color: 2914986.
HSL color Cylindrical-coordinate representation of color #AA7A2C: hue angle of 37.14º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA7A2C is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 44 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.33 |
| HSL | 37.14º | 0.59% | 0.42% | - |
| HSV(B) | 37.14º | 0.74% | 0.67% | - |
| XYZ | 23.99 | 22.65 | 5.49 | - |
| YUV | 127.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 44 | 0 | 0.28 | 0.74 | 0.33 | 37.14 | 0.59 | 0.42 |
| Hex | AA | 7A | 2C | 0 | 1C | 4A | 21 | 25 | 3B | 2A |
| Octal | 252 | 172 | 54 | 0 | 34 | 112 | 41 | 45 | 73 | 52 |
| Binary | 10101010 | 1111010 | 101100 | 0 | 11100 | 1001010 | 100001 | 100101 | 111011 | 101010 |
Color Harmonies of #AA7A2C
Complementary color
Monochromatic Colors of #AA7A2C
Black with #AA7A2C
Text Example
Text Example
White with #AA7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A2C; }
p { color: rgb(170,122,44); }
H1.HeaderClassName
{
color: #AA7A2C;
}
.AnyTagClassName
{
color: #AA7A2C;
}
</style>
background-color css
<style>
a { background-color: #AA7A2C; }
a { background-color: rgb(170,122,44); }
div.DivClassName
{
background-color: #AA7A2C;
}
.BgClassName
{
background-color: #AA7A2C;
}
</style>
border-color css
<style>
span { border-color: #AA7A2C; }
span { border-color: rgb(170,122,44); }
td.TdClassName
{
border-color: #AA7A2C;
}
.TagClassName
{
border-color: #AA7A2C;
}
</style>