Shades of Hot Toddy #AA732C
Tints of Hot Toddy #AA732C
RGB
CMYK
RGB Variations
Color information
#AA732C (or 0xAA732C) is known color: Hot Toddy. HEX triplet: AA, 73 and 2C. RGB value is (170,115,44). Sum of RGB (Red+Green+Blue) = 170+115+44=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA732C is #558CD3. Grayscale: #7B7B7B. Windows color (decimal): -5606612 or 2913194. OLE color: 2913194.
HSL color Cylindrical-coordinate representation of color #AA732C: hue angle of 33.81º 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 #AA732C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 44 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.33 |
| HSL | 33.81º | 0.59% | 0.42% | - |
| HSV(B) | 33.81º | 0.74% | 0.67% | - |
| XYZ | 23.16 | 20.99 | 5.21 | - |
| YUV | 123.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 44 | 0 | 0.32 | 0.74 | 0.33 | 33.81 | 0.59 | 0.42 |
| Hex | AA | 73 | 2C | 0 | 20 | 4A | 21 | 22 | 3B | 2A |
| Octal | 252 | 163 | 54 | 0 | 40 | 112 | 41 | 42 | 73 | 52 |
| Binary | 10101010 | 1110011 | 101100 | 0 | 100000 | 1001010 | 100001 | 100010 | 111011 | 101010 |
Color Harmonies of #AA732C
Complementary color
Monochromatic Colors of #AA732C
Black with #AA732C
Text Example
Text Example
White with #AA732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA732C; }
p { color: rgb(170,115,44); }
H1.HeaderClassName
{
color: #AA732C;
}
.AnyTagClassName
{
color: #AA732C;
}
</style>
background-color css
<style>
a { background-color: #AA732C; }
a { background-color: rgb(170,115,44); }
div.DivClassName
{
background-color: #AA732C;
}
.BgClassName
{
background-color: #AA732C;
}
</style>
border-color css
<style>
span { border-color: #AA732C; }
span { border-color: rgb(170,115,44); }
td.TdClassName
{
border-color: #AA732C;
}
.TagClassName
{
border-color: #AA732C;
}
</style>