Shades of Hot Toddy #AA7D32
Tints of Hot Toddy #AA7D32
RGB
CMYK
RGB Variations
Color information
#AA7D32 (or 0xAA7D32) is known color: Hot Toddy. HEX triplet: AA, 7D and 32. RGB value is (170,125,50). Sum of RGB (Red+Green+Blue) = 170+125+50=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D32 is #5582CD. Grayscale: #828282. Windows color (decimal): -5604046 or 3308970. OLE color: 3308970.
HSL color Cylindrical-coordinate representation of color #AA7D32: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA7D32 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 50 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.33 |
| HSL | 37.5º | 0.55% | 0.43% | - |
| HSV(B) | 37.5º | 0.71% | 0.67% | - |
| XYZ | 24.49 | 23.44 | 6.25 | - |
| YUV | 129.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 50 | 0 | 0.26 | 0.71 | 0.33 | 37.5 | 0.55 | 0.43 |
| Hex | AA | 7D | 32 | 0 | 1A | 47 | 21 | 26 | 37 | 2B |
| Octal | 252 | 175 | 62 | 0 | 32 | 107 | 41 | 46 | 67 | 53 |
| Binary | 10101010 | 1111101 | 110010 | 0 | 11010 | 1000111 | 100001 | 100110 | 110111 | 101011 |
Color Harmonies of #AA7D32
Complementary color
Monochromatic Colors of #AA7D32
Black with #AA7D32
Text Example
Text Example
White with #AA7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D32; }
p { color: rgb(170,125,50); }
H1.HeaderClassName
{
color: #AA7D32;
}
.AnyTagClassName
{
color: #AA7D32;
}
</style>
background-color css
<style>
a { background-color: #AA7D32; }
a { background-color: rgb(170,125,50); }
div.DivClassName
{
background-color: #AA7D32;
}
.BgClassName
{
background-color: #AA7D32;
}
</style>
border-color css
<style>
span { border-color: #AA7D32; }
span { border-color: rgb(170,125,50); }
td.TdClassName
{
border-color: #AA7D32;
}
.TagClassName
{
border-color: #AA7D32;
}
</style>