Shades of Hot Toddy #AA732D
Tints of Hot Toddy #AA732D
RGB
CMYK
RGB Variations
Color information
#AA732D (or 0xAA732D) is known color: Hot Toddy. HEX triplet: AA, 73 and 2D. RGB value is (170,115,45). Sum of RGB (Red+Green+Blue) = 170+115+45=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA732D is #558CD2. Grayscale: #7B7B7B. Windows color (decimal): -5606611 or 2978730. OLE color: 2978730.
HSL color Cylindrical-coordinate representation of color #AA732D: hue angle of 33.6º 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 #AA732D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 45 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.33 |
| HSL | 33.6º | 0.58% | 0.42% | - |
| HSV(B) | 33.6º | 0.74% | 0.67% | - |
| XYZ | 23.18 | 21 | 5.31 | - |
| YUV | 123.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 45 | 0 | 0.32 | 0.74 | 0.33 | 33.6 | 0.58 | 0.42 |
| Hex | AA | 73 | 2D | 0 | 20 | 4A | 21 | 22 | 3A | 2A |
| Octal | 252 | 163 | 55 | 0 | 40 | 112 | 41 | 42 | 72 | 52 |
| Binary | 10101010 | 1110011 | 101101 | 0 | 100000 | 1001010 | 100001 | 100010 | 111010 | 101010 |
Color Harmonies of #AA732D
Complementary color
Monochromatic Colors of #AA732D
Black with #AA732D
Text Example
Text Example
White with #AA732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA732D; }
p { color: rgb(170,115,45); }
H1.HeaderClassName
{
color: #AA732D;
}
.AnyTagClassName
{
color: #AA732D;
}
</style>
background-color css
<style>
a { background-color: #AA732D; }
a { background-color: rgb(170,115,45); }
div.DivClassName
{
background-color: #AA732D;
}
.BgClassName
{
background-color: #AA732D;
}
</style>
border-color css
<style>
span { border-color: #AA732D; }
span { border-color: rgb(170,115,45); }
td.TdClassName
{
border-color: #AA732D;
}
.TagClassName
{
border-color: #AA732D;
}
</style>