Shades of Hot Toddy #AA742D
Tints of Hot Toddy #AA742D
RGB
CMYK
RGB Variations
Color information
#AA742D (or 0xAA742D) is known color: Hot Toddy. HEX triplet: AA, 74 and 2D. RGB value is (170,116,45). Sum of RGB (Red+Green+Blue) = 170+116+45=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA742D is #558BD2. Grayscale: #7C7C7C. Windows color (decimal): -5606355 or 2978986. OLE color: 2978986.
HSL color Cylindrical-coordinate representation of color #AA742D: hue angle of 34.08º degrees, saturation: 0.58, 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 #AA742D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 45 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.33 |
| HSL | 34.08º | 0.58% | 0.42% | - |
| HSV(B) | 34.08º | 0.74% | 0.67% | - |
| XYZ | 23.3 | 21.23 | 5.35 | - |
| YUV | 124.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 45 | 0 | 0.32 | 0.74 | 0.33 | 34.08 | 0.58 | 0.42 |
| Hex | AA | 74 | 2D | 0 | 20 | 4A | 21 | 22 | 3A | 2A |
| Octal | 252 | 164 | 55 | 0 | 40 | 112 | 41 | 42 | 72 | 52 |
| Binary | 10101010 | 1110100 | 101101 | 0 | 100000 | 1001010 | 100001 | 100010 | 111010 | 101010 |
Color Harmonies of #AA742D
Complementary color
Monochromatic Colors of #AA742D
Black with #AA742D
Text Example
Text Example
White with #AA742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA742D; }
p { color: rgb(170,116,45); }
H1.HeaderClassName
{
color: #AA742D;
}
.AnyTagClassName
{
color: #AA742D;
}
</style>
background-color css
<style>
a { background-color: #AA742D; }
a { background-color: rgb(170,116,45); }
div.DivClassName
{
background-color: #AA742D;
}
.BgClassName
{
background-color: #AA742D;
}
</style>
border-color css
<style>
span { border-color: #AA742D; }
span { border-color: rgb(170,116,45); }
td.TdClassName
{
border-color: #AA742D;
}
.TagClassName
{
border-color: #AA742D;
}
</style>