Shades of Hot Toddy #AA792D
Tints of Hot Toddy #AA792D
RGB
CMYK
RGB Variations
Color information
#AA792D (or 0xAA792D) is known color: Hot Toddy. HEX triplet: AA, 79 and 2D. RGB value is (170,121,45). Sum of RGB (Red+Green+Blue) = 170+121+45=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA792D is #5586D2. Grayscale: #7F7F7F. Windows color (decimal): -5605075 or 2980266. OLE color: 2980266.
HSL color Cylindrical-coordinate representation of color #AA792D: hue angle of 36.48º 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 #AA792D is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 45 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.33 |
| HSL | 36.48º | 0.58% | 0.42% | - |
| HSV(B) | 36.48º | 0.74% | 0.67% | - |
| XYZ | 23.89 | 22.41 | 5.55 | - |
| YUV | 126.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 45 | 0 | 0.29 | 0.74 | 0.33 | 36.48 | 0.58 | 0.42 |
| Hex | AA | 79 | 2D | 0 | 1D | 4A | 21 | 24 | 3A | 2A |
| Octal | 252 | 171 | 55 | 0 | 35 | 112 | 41 | 44 | 72 | 52 |
| Binary | 10101010 | 1111001 | 101101 | 0 | 11101 | 1001010 | 100001 | 100100 | 111010 | 101010 |
Color Harmonies of #AA792D
Complementary color
Monochromatic Colors of #AA792D
Black with #AA792D
Text Example
Text Example
White with #AA792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA792D; }
p { color: rgb(170,121,45); }
H1.HeaderClassName
{
color: #AA792D;
}
.AnyTagClassName
{
color: #AA792D;
}
</style>
background-color css
<style>
a { background-color: #AA792D; }
a { background-color: rgb(170,121,45); }
div.DivClassName
{
background-color: #AA792D;
}
.BgClassName
{
background-color: #AA792D;
}
</style>
border-color css
<style>
span { border-color: #AA792D; }
span { border-color: rgb(170,121,45); }
td.TdClassName
{
border-color: #AA792D;
}
.TagClassName
{
border-color: #AA792D;
}
</style>