Shades of Hot Toddy #AA7D37
Tints of Hot Toddy #AA7D37
RGB
CMYK
RGB Variations
Color information
#AA7D37 (or 0xAA7D37) is known color: Hot Toddy. HEX triplet: AA, 7D and 37. RGB value is (170,125,55). Sum of RGB (Red+Green+Blue) = 170+125+55=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D37 is #5582C8. Grayscale: #828282. Windows color (decimal): -5604041 or 3636650. OLE color: 3636650.
HSL color Cylindrical-coordinate representation of color #AA7D37: hue angle of 36.52º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA7D37 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 55 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.33 |
| HSL | 36.52º | 0.51% | 0.44% | - |
| HSV(B) | 36.52º | 0.68% | 0.67% | - |
| XYZ | 24.6 | 23.49 | 6.85 | - |
| YUV | 130.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 55 | 0 | 0.26 | 0.68 | 0.33 | 36.52 | 0.51 | 0.44 |
| Hex | AA | 7D | 37 | 0 | 1A | 44 | 21 | 25 | 33 | 2C |
| Octal | 252 | 175 | 67 | 0 | 32 | 104 | 41 | 45 | 63 | 54 |
| Binary | 10101010 | 1111101 | 110111 | 0 | 11010 | 1000100 | 100001 | 100101 | 110011 | 101100 |
Color Harmonies of #AA7D37
Complementary color
Monochromatic Colors of #AA7D37
Black with #AA7D37
Text Example
Text Example
White with #AA7D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D37; }
p { color: rgb(170,125,55); }
H1.HeaderClassName
{
color: #AA7D37;
}
.AnyTagClassName
{
color: #AA7D37;
}
</style>
background-color css
<style>
a { background-color: #AA7D37; }
a { background-color: rgb(170,125,55); }
div.DivClassName
{
background-color: #AA7D37;
}
.BgClassName
{
background-color: #AA7D37;
}
</style>
border-color css
<style>
span { border-color: #AA7D37; }
span { border-color: rgb(170,125,55); }
td.TdClassName
{
border-color: #AA7D37;
}
.TagClassName
{
border-color: #AA7D37;
}
</style>