Shades of Hot Toddy #AA7621
Tints of Hot Toddy #AA7621
RGB
CMYK
RGB Variations
Color information
#AA7621 (or 0xAA7621) is known color: Hot Toddy. HEX triplet: AA, 76 and 21. RGB value is (170,118,33). Sum of RGB (Red+Green+Blue) = 170+118+33=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7621 is #5589DE. Grayscale: #7C7C7C. Windows color (decimal): -5605855 or 2193066. OLE color: 2193066.
HSL color Cylindrical-coordinate representation of color #AA7621: hue angle of 37.23º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA7621 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 33 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.33 |
| HSL | 37.23º | 0.67% | 0.4% | - |
| HSV(B) | 37.23º | 0.81% | 0.67% | - |
| XYZ | 23.33 | 21.61 | 4.38 | - |
| YUV | 123.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 33 | 0 | 0.31 | 0.81 | 0.33 | 37.23 | 0.67 | 0.4 |
| Hex | AA | 76 | 21 | 0 | 1F | 51 | 21 | 25 | 43 | 28 |
| Octal | 252 | 166 | 41 | 0 | 37 | 121 | 41 | 45 | 103 | 50 |
| Binary | 10101010 | 1110110 | 100001 | 0 | 11111 | 1010001 | 100001 | 100101 | 1000011 | 101000 |
Color Harmonies of #AA7621
Complementary color
Monochromatic Colors of #AA7621
Black with #AA7621
Text Example
Text Example
White with #AA7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7621; }
p { color: rgb(170,118,33); }
H1.HeaderClassName
{
color: #AA7621;
}
.AnyTagClassName
{
color: #AA7621;
}
</style>
background-color css
<style>
a { background-color: #AA7621; }
a { background-color: rgb(170,118,33); }
div.DivClassName
{
background-color: #AA7621;
}
.BgClassName
{
background-color: #AA7621;
}
</style>
border-color css
<style>
span { border-color: #AA7621; }
span { border-color: rgb(170,118,33); }
td.TdClassName
{
border-color: #AA7621;
}
.TagClassName
{
border-color: #AA7621;
}
</style>