Shades of Hot Toddy #AA7326
Tints of Hot Toddy #AA7326
RGB
CMYK
RGB Variations
Color information
#AA7326 (or 0xAA7326) is known color: Hot Toddy. HEX triplet: AA, 73 and 26. RGB value is (170,115,38). Sum of RGB (Red+Green+Blue) = 170+115+38=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7326 is #558CD9. Grayscale: #7B7B7B. Windows color (decimal): -5606618 or 2519978. OLE color: 2519978.
HSL color Cylindrical-coordinate representation of color #AA7326: hue angle of 35º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA7326 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 38 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.33 |
| HSL | 35º | 0.63% | 0.41% | - |
| HSV(B) | 35º | 0.78% | 0.67% | - |
| XYZ | 23.06 | 20.95 | 4.66 | - |
| YUV | 122.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 38 | 0 | 0.32 | 0.78 | 0.33 | 35 | 0.63 | 0.41 |
| Hex | AA | 73 | 26 | 0 | 20 | 4E | 21 | 23 | 3F | 29 |
| Octal | 252 | 163 | 46 | 0 | 40 | 116 | 41 | 43 | 77 | 51 |
| Binary | 10101010 | 1110011 | 100110 | 0 | 100000 | 1001110 | 100001 | 100011 | 111111 | 101001 |
Color Harmonies of #AA7326
Complementary color
Monochromatic Colors of #AA7326
Black with #AA7326
Text Example
Text Example
White with #AA7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7326; }
p { color: rgb(170,115,38); }
H1.HeaderClassName
{
color: #AA7326;
}
.AnyTagClassName
{
color: #AA7326;
}
</style>
background-color css
<style>
a { background-color: #AA7326; }
a { background-color: rgb(170,115,38); }
div.DivClassName
{
background-color: #AA7326;
}
.BgClassName
{
background-color: #AA7326;
}
</style>
border-color css
<style>
span { border-color: #AA7326; }
span { border-color: rgb(170,115,38); }
td.TdClassName
{
border-color: #AA7326;
}
.TagClassName
{
border-color: #AA7326;
}
</style>