Shades of Hot Toddy #AA732F
Tints of Hot Toddy #AA732F
RGB
CMYK
RGB Variations
Color information
#AA732F (or 0xAA732F) is known color: Hot Toddy. HEX triplet: AA, 73 and 2F. RGB value is (170,115,47). Sum of RGB (Red+Green+Blue) = 170+115+47=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA732F is #558CD0. Grayscale: #7C7C7C. Windows color (decimal): -5606609 or 3109802. OLE color: 3109802.
HSL color Cylindrical-coordinate representation of color #AA732F: hue angle of 33.17º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA732F is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 47 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.33 |
| HSL | 33.17º | 0.57% | 0.43% | - |
| HSV(B) | 33.17º | 0.72% | 0.67% | - |
| XYZ | 23.22 | 21.01 | 5.52 | - |
| YUV | 123.69 | 84.72 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 47 | 0 | 0.32 | 0.72 | 0.33 | 33.17 | 0.57 | 0.43 |
| Hex | AA | 73 | 2F | 0 | 20 | 48 | 21 | 21 | 39 | 2B |
| Octal | 252 | 163 | 57 | 0 | 40 | 110 | 41 | 41 | 71 | 53 |
| Binary | 10101010 | 1110011 | 101111 | 0 | 100000 | 1001000 | 100001 | 100001 | 111001 | 101011 |
Color Harmonies of #AA732F
Complementary color
Monochromatic Colors of #AA732F
Black with #AA732F
Text Example
Text Example
White with #AA732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA732F; }
p { color: rgb(170,115,47); }
H1.HeaderClassName
{
color: #AA732F;
}
.AnyTagClassName
{
color: #AA732F;
}
</style>
background-color css
<style>
a { background-color: #AA732F; }
a { background-color: rgb(170,115,47); }
div.DivClassName
{
background-color: #AA732F;
}
.BgClassName
{
background-color: #AA732F;
}
</style>
border-color css
<style>
span { border-color: #AA732F; }
span { border-color: rgb(170,115,47); }
td.TdClassName
{
border-color: #AA732F;
}
.TagClassName
{
border-color: #AA732F;
}
</style>