Shades of Hot Toddy #AA7A3C
Tints of Hot Toddy #AA7A3C
RGB
CMYK
RGB Variations
Color information
#AA7A3C (or 0xAA7A3C) is known color: Hot Toddy. HEX triplet: AA, 7A and 3C. RGB value is (170,122,60). Sum of RGB (Red+Green+Blue) = 170+122+60=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A3C is #5585C3. Grayscale: #818181. Windows color (decimal): -5604804 or 3963562. OLE color: 3963562.
HSL color Cylindrical-coordinate representation of color #AA7A3C: hue angle of 33.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA7A3C is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 60 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.33 |
| HSL | 33.82º | 0.48% | 0.45% | - |
| HSV(B) | 33.82º | 0.65% | 0.67% | - |
| XYZ | 24.35 | 22.79 | 7.39 | - |
| YUV | 129.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 60 | 0 | 0.28 | 0.65 | 0.33 | 33.82 | 0.48 | 0.45 |
| Hex | AA | 7A | 3C | 0 | 1C | 41 | 21 | 22 | 30 | 2D |
| Octal | 252 | 172 | 74 | 0 | 34 | 101 | 41 | 42 | 60 | 55 |
| Binary | 10101010 | 1111010 | 111100 | 0 | 11100 | 1000001 | 100001 | 100010 | 110000 | 101101 |
Color Harmonies of #AA7A3C
Complementary color
Monochromatic Colors of #AA7A3C
Black with #AA7A3C
Text Example
Text Example
White with #AA7A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A3C; }
p { color: rgb(170,122,60); }
H1.HeaderClassName
{
color: #AA7A3C;
}
.AnyTagClassName
{
color: #AA7A3C;
}
</style>
background-color css
<style>
a { background-color: #AA7A3C; }
a { background-color: rgb(170,122,60); }
div.DivClassName
{
background-color: #AA7A3C;
}
.BgClassName
{
background-color: #AA7A3C;
}
</style>
border-color css
<style>
span { border-color: #AA7A3C; }
span { border-color: rgb(170,122,60); }
td.TdClassName
{
border-color: #AA7A3C;
}
.TagClassName
{
border-color: #AA7A3C;
}
</style>