Shades of Hot Toddy #AA6D26
Tints of Hot Toddy #AA6D26
RGB
CMYK
RGB Variations
Color information
#AA6D26 (or 0xAA6D26) is known color: Hot Toddy. HEX triplet: AA, 6D and 26. RGB value is (170,109,38). Sum of RGB (Red+Green+Blue) = 170+109+38=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D26 is #5592D9. Grayscale: #777777. Windows color (decimal): -5608154 or 2518442. OLE color: 2518442.
HSL color Cylindrical-coordinate representation of color #AA6D26: hue angle of 32.27º 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 #AA6D26 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 38 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.33 |
| HSL | 32.27º | 0.63% | 0.41% | - |
| HSV(B) | 32.27º | 0.78% | 0.67% | - |
| XYZ | 22.4 | 19.62 | 4.44 | - |
| YUV | 119.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 38 | 0 | 0.36 | 0.78 | 0.33 | 32.27 | 0.63 | 0.41 |
| Hex | AA | 6D | 26 | 0 | 24 | 4E | 21 | 20 | 3F | 29 |
| Octal | 252 | 155 | 46 | 0 | 44 | 116 | 41 | 40 | 77 | 51 |
| Binary | 10101010 | 1101101 | 100110 | 0 | 100100 | 1001110 | 100001 | 100000 | 111111 | 101001 |
Color Harmonies of #AA6D26
Complementary color
Monochromatic Colors of #AA6D26
Black with #AA6D26
Text Example
Text Example
White with #AA6D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D26; }
p { color: rgb(170,109,38); }
H1.HeaderClassName
{
color: #AA6D26;
}
.AnyTagClassName
{
color: #AA6D26;
}
</style>
background-color css
<style>
a { background-color: #AA6D26; }
a { background-color: rgb(170,109,38); }
div.DivClassName
{
background-color: #AA6D26;
}
.BgClassName
{
background-color: #AA6D26;
}
</style>
border-color css
<style>
span { border-color: #AA6D26; }
span { border-color: rgb(170,109,38); }
td.TdClassName
{
border-color: #AA6D26;
}
.TagClassName
{
border-color: #AA6D26;
}
</style>