Shades of Hot Toddy #AA7E34
Tints of Hot Toddy #AA7E34
RGB
CMYK
RGB Variations
Color information
#AA7E34 (or 0xAA7E34) is known color: Hot Toddy. HEX triplet: AA, 7E and 34. RGB value is (170,126,52). Sum of RGB (Red+Green+Blue) = 170+126+52=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E34 is #5581CB. Grayscale: #838383. Windows color (decimal): -5603788 or 3440298. OLE color: 3440298.
HSL color Cylindrical-coordinate representation of color #AA7E34: hue angle of 37.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA7E34 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 52 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.33 |
| HSL | 37.63º | 0.53% | 0.44% | - |
| HSV(B) | 37.63º | 0.69% | 0.67% | - |
| XYZ | 24.66 | 23.72 | 6.53 | - |
| YUV | 130.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 52 | 0 | 0.26 | 0.69 | 0.33 | 37.63 | 0.53 | 0.44 |
| Hex | AA | 7E | 34 | 0 | 1A | 45 | 21 | 26 | 35 | 2C |
| Octal | 252 | 176 | 64 | 0 | 32 | 105 | 41 | 46 | 65 | 54 |
| Binary | 10101010 | 1111110 | 110100 | 0 | 11010 | 1000101 | 100001 | 100110 | 110101 | 101100 |
Color Harmonies of #AA7E34
Complementary color
Monochromatic Colors of #AA7E34
Black with #AA7E34
Text Example
Text Example
White with #AA7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E34; }
p { color: rgb(170,126,52); }
H1.HeaderClassName
{
color: #AA7E34;
}
.AnyTagClassName
{
color: #AA7E34;
}
</style>
background-color css
<style>
a { background-color: #AA7E34; }
a { background-color: rgb(170,126,52); }
div.DivClassName
{
background-color: #AA7E34;
}
.BgClassName
{
background-color: #AA7E34;
}
</style>
border-color css
<style>
span { border-color: #AA7E34; }
span { border-color: rgb(170,126,52); }
td.TdClassName
{
border-color: #AA7E34;
}
.TagClassName
{
border-color: #AA7E34;
}
</style>