Shades of Hot Toddy #AA7328
Tints of Hot Toddy #AA7328
RGB
CMYK
RGB Variations
Color information
#AA7328 (or 0xAA7328) is known color: Hot Toddy. HEX triplet: AA, 73 and 28. RGB value is (170,115,40). Sum of RGB (Red+Green+Blue) = 170+115+40=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7328 is #558CD7. Grayscale: #7B7B7B. Windows color (decimal): -5606616 or 2651050. OLE color: 2651050.
HSL color Cylindrical-coordinate representation of color #AA7328: hue angle of 34.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA7328 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 40 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.33 |
| HSL | 34.62º | 0.62% | 0.41% | - |
| HSV(B) | 34.62º | 0.76% | 0.67% | - |
| XYZ | 23.09 | 20.96 | 4.84 | - |
| YUV | 122.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 40 | 0 | 0.32 | 0.76 | 0.33 | 34.62 | 0.62 | 0.41 |
| Hex | AA | 73 | 28 | 0 | 20 | 4C | 21 | 23 | 3E | 29 |
| Octal | 252 | 163 | 50 | 0 | 40 | 114 | 41 | 43 | 76 | 51 |
| Binary | 10101010 | 1110011 | 101000 | 0 | 100000 | 1001100 | 100001 | 100011 | 111110 | 101001 |
Color Harmonies of #AA7328
Complementary color
Monochromatic Colors of #AA7328
Black with #AA7328
Text Example
Text Example
White with #AA7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7328; }
p { color: rgb(170,115,40); }
H1.HeaderClassName
{
color: #AA7328;
}
.AnyTagClassName
{
color: #AA7328;
}
</style>
background-color css
<style>
a { background-color: #AA7328; }
a { background-color: rgb(170,115,40); }
div.DivClassName
{
background-color: #AA7328;
}
.BgClassName
{
background-color: #AA7328;
}
</style>
border-color css
<style>
span { border-color: #AA7328; }
span { border-color: rgb(170,115,40); }
td.TdClassName
{
border-color: #AA7328;
}
.TagClassName
{
border-color: #AA7328;
}
</style>