Shades of Hot Toddy #AA732A
Tints of Hot Toddy #AA732A
RGB
CMYK
RGB Variations
Color information
#AA732A (or 0xAA732A) is known color: Hot Toddy. HEX triplet: AA, 73 and 2A. RGB value is (170,115,42). Sum of RGB (Red+Green+Blue) = 170+115+42=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA732A is #558CD5. Grayscale: #7B7B7B. Windows color (decimal): -5606614 or 2782122. OLE color: 2782122.
HSL color Cylindrical-coordinate representation of color #AA732A: hue angle of 34.22º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA732A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 42 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.33 |
| HSL | 34.22º | 0.6% | 0.42% | - |
| HSV(B) | 34.22º | 0.75% | 0.67% | - |
| XYZ | 23.13 | 20.97 | 5.02 | - |
| YUV | 123.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 42 | 0 | 0.32 | 0.75 | 0.33 | 34.22 | 0.6 | 0.42 |
| Hex | AA | 73 | 2A | 0 | 20 | 4B | 21 | 22 | 3C | 2A |
| Octal | 252 | 163 | 52 | 0 | 40 | 113 | 41 | 42 | 74 | 52 |
| Binary | 10101010 | 1110011 | 101010 | 0 | 100000 | 1001011 | 100001 | 100010 | 111100 | 101010 |
Color Harmonies of #AA732A
Complementary color
Monochromatic Colors of #AA732A
Black with #AA732A
Text Example
Text Example
White with #AA732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA732A; }
p { color: rgb(170,115,42); }
H1.HeaderClassName
{
color: #AA732A;
}
.AnyTagClassName
{
color: #AA732A;
}
</style>
background-color css
<style>
a { background-color: #AA732A; }
a { background-color: rgb(170,115,42); }
div.DivClassName
{
background-color: #AA732A;
}
.BgClassName
{
background-color: #AA732A;
}
</style>
border-color css
<style>
span { border-color: #AA732A; }
span { border-color: rgb(170,115,42); }
td.TdClassName
{
border-color: #AA732A;
}
.TagClassName
{
border-color: #AA732A;
}
</style>