Shades of Hot Toddy #AA742A
Tints of Hot Toddy #AA742A
RGB
CMYK
RGB Variations
Color information
#AA742A (or 0xAA742A) is known color: Hot Toddy. HEX triplet: AA, 74 and 2A. RGB value is (170,116,42). Sum of RGB (Red+Green+Blue) = 170+116+42=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA742A is #558BD5. Grayscale: #7C7C7C. Windows color (decimal): -5606358 or 2782378. OLE color: 2782378.
HSL color Cylindrical-coordinate representation of color #AA742A: hue angle of 34.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA742A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 42 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.33 |
| HSL | 34.69º | 0.6% | 0.42% | - |
| HSV(B) | 34.69º | 0.75% | 0.67% | - |
| XYZ | 23.24 | 21.2 | 5.06 | - |
| YUV | 123.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 42 | 0 | 0.32 | 0.75 | 0.33 | 34.69 | 0.6 | 0.42 |
| Hex | AA | 74 | 2A | 0 | 20 | 4B | 21 | 23 | 3C | 2A |
| Octal | 252 | 164 | 52 | 0 | 40 | 113 | 41 | 43 | 74 | 52 |
| Binary | 10101010 | 1110100 | 101010 | 0 | 100000 | 1001011 | 100001 | 100011 | 111100 | 101010 |
Color Harmonies of #AA742A
Complementary color
Monochromatic Colors of #AA742A
Black with #AA742A
Text Example
Text Example
White with #AA742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA742A; }
p { color: rgb(170,116,42); }
H1.HeaderClassName
{
color: #AA742A;
}
.AnyTagClassName
{
color: #AA742A;
}
</style>
background-color css
<style>
a { background-color: #AA742A; }
a { background-color: rgb(170,116,42); }
div.DivClassName
{
background-color: #AA742A;
}
.BgClassName
{
background-color: #AA742A;
}
</style>
border-color css
<style>
span { border-color: #AA742A; }
span { border-color: rgb(170,116,42); }
td.TdClassName
{
border-color: #AA742A;
}
.TagClassName
{
border-color: #AA742A;
}
</style>