Shades of Hot Toddy #AA742C
Tints of Hot Toddy #AA742C
RGB
CMYK
RGB Variations
Color information
#AA742C (or 0xAA742C) is known color: Hot Toddy. HEX triplet: AA, 74 and 2C. RGB value is (170,116,44). Sum of RGB (Red+Green+Blue) = 170+116+44=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA742C is #558BD3. Grayscale: #7C7C7C. Windows color (decimal): -5606356 or 2913450. OLE color: 2913450.
HSL color Cylindrical-coordinate representation of color #AA742C: hue angle of 34.29º 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 #AA742C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 44 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.33 |
| HSL | 34.29º | 0.59% | 0.42% | - |
| HSV(B) | 34.29º | 0.74% | 0.67% | - |
| XYZ | 23.28 | 21.22 | 5.25 | - |
| YUV | 123.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 44 | 0 | 0.32 | 0.74 | 0.33 | 34.29 | 0.59 | 0.42 |
| Hex | AA | 74 | 2C | 0 | 20 | 4A | 21 | 22 | 3B | 2A |
| Octal | 252 | 164 | 54 | 0 | 40 | 112 | 41 | 42 | 73 | 52 |
| Binary | 10101010 | 1110100 | 101100 | 0 | 100000 | 1001010 | 100001 | 100010 | 111011 | 101010 |
Color Harmonies of #AA742C
Complementary color
Monochromatic Colors of #AA742C
Black with #AA742C
Text Example
Text Example
White with #AA742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA742C; }
p { color: rgb(170,116,44); }
H1.HeaderClassName
{
color: #AA742C;
}
.AnyTagClassName
{
color: #AA742C;
}
</style>
background-color css
<style>
a { background-color: #AA742C; }
a { background-color: rgb(170,116,44); }
div.DivClassName
{
background-color: #AA742C;
}
.BgClassName
{
background-color: #AA742C;
}
</style>
border-color css
<style>
span { border-color: #AA742C; }
span { border-color: rgb(170,116,44); }
td.TdClassName
{
border-color: #AA742C;
}
.TagClassName
{
border-color: #AA742C;
}
</style>