Shades of Hot Toddy #AA731A
Tints of Hot Toddy #AA731A
RGB
CMYK
RGB Variations
Color information
#AA731A (or 0xAA731A) is known color: Hot Toddy. HEX triplet: AA, 73 and 1A. RGB value is (170,115,26). Sum of RGB (Red+Green+Blue) = 170+115+26=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA731A is #558CE5. Grayscale: #797979. Windows color (decimal): -5606630 or 1733546. OLE color: 1733546.
HSL color Cylindrical-coordinate representation of color #AA731A: hue angle of 37.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA731A is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 26 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.33 |
| HSL | 37.08º | 0.73% | 0.38% | - |
| HSV(B) | 37.08º | 0.85% | 0.67% | - |
| XYZ | 22.89 | 20.88 | 3.8 | - |
| YUV | 121.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 26 | 0 | 0.32 | 0.85 | 0.33 | 37.08 | 0.73 | 0.38 |
| Hex | AA | 73 | 1A | 0 | 20 | 55 | 21 | 25 | 49 | 26 |
| Octal | 252 | 163 | 32 | 0 | 40 | 125 | 41 | 45 | 111 | 46 |
| Binary | 10101010 | 1110011 | 11010 | 0 | 100000 | 1010101 | 100001 | 100101 | 1001001 | 100110 |
Color Harmonies of #AA731A
Complementary color
Monochromatic Colors of #AA731A
Black with #AA731A
Text Example
Text Example
White with #AA731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA731A; }
p { color: rgb(170,115,26); }
H1.HeaderClassName
{
color: #AA731A;
}
.AnyTagClassName
{
color: #AA731A;
}
</style>
background-color css
<style>
a { background-color: #AA731A; }
a { background-color: rgb(170,115,26); }
div.DivClassName
{
background-color: #AA731A;
}
.BgClassName
{
background-color: #AA731A;
}
</style>
border-color css
<style>
span { border-color: #AA731A; }
span { border-color: rgb(170,115,26); }
td.TdClassName
{
border-color: #AA731A;
}
.TagClassName
{
border-color: #AA731A;
}
</style>