Shades of Hot Toddy #AA7434
Tints of Hot Toddy #AA7434
RGB
CMYK
RGB Variations
Color information
#AA7434 (or 0xAA7434) is known color: Hot Toddy. HEX triplet: AA, 74 and 34. RGB value is (170,116,52). Sum of RGB (Red+Green+Blue) = 170+116+52=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7434 is #558BCB. Grayscale: #7D7D7D. Windows color (decimal): -5606348 or 3437738. OLE color: 3437738.
HSL color Cylindrical-coordinate representation of color #AA7434: hue angle of 32.54º 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 #AA7434 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 52 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.33 |
| HSL | 32.54º | 0.53% | 0.44% | - |
| HSV(B) | 32.54º | 0.69% | 0.67% | - |
| XYZ | 23.44 | 21.28 | 6.12 | - |
| YUV | 124.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 52 | 0 | 0.32 | 0.69 | 0.33 | 32.54 | 0.53 | 0.44 |
| Hex | AA | 74 | 34 | 0 | 20 | 45 | 21 | 21 | 35 | 2C |
| Octal | 252 | 164 | 64 | 0 | 40 | 105 | 41 | 41 | 65 | 54 |
| Binary | 10101010 | 1110100 | 110100 | 0 | 100000 | 1000101 | 100001 | 100001 | 110101 | 101100 |
Color Harmonies of #AA7434
Complementary color
Monochromatic Colors of #AA7434
Black with #AA7434
Text Example
Text Example
White with #AA7434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7434; }
p { color: rgb(170,116,52); }
H1.HeaderClassName
{
color: #AA7434;
}
.AnyTagClassName
{
color: #AA7434;
}
</style>
background-color css
<style>
a { background-color: #AA7434; }
a { background-color: rgb(170,116,52); }
div.DivClassName
{
background-color: #AA7434;
}
.BgClassName
{
background-color: #AA7434;
}
</style>
border-color css
<style>
span { border-color: #AA7434; }
span { border-color: rgb(170,116,52); }
td.TdClassName
{
border-color: #AA7434;
}
.TagClassName
{
border-color: #AA7434;
}
</style>