Shades of Hot Toddy #AA6D1E
Tints of Hot Toddy #AA6D1E
RGB
CMYK
RGB Variations
Color information
#AA6D1E (or 0xAA6D1E) is known color: Hot Toddy. HEX triplet: AA, 6D and 1E. RGB value is (170,109,30). Sum of RGB (Red+Green+Blue) = 170+109+30=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D1E is #5592E1. Grayscale: #767676. Windows color (decimal): -5608162 or 1994154. OLE color: 1994154.
HSL color Cylindrical-coordinate representation of color #AA6D1E: hue angle of 33.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA6D1E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 30 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.33 |
| HSL | 33.86º | 0.7% | 0.39% | - |
| HSV(B) | 33.86º | 0.82% | 0.67% | - |
| XYZ | 22.28 | 19.58 | 3.83 | - |
| YUV | 118.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 30 | 0 | 0.36 | 0.82 | 0.33 | 33.86 | 0.7 | 0.39 |
| Hex | AA | 6D | 1E | 0 | 24 | 52 | 21 | 22 | 46 | 27 |
| Octal | 252 | 155 | 36 | 0 | 44 | 122 | 41 | 42 | 106 | 47 |
| Binary | 10101010 | 1101101 | 11110 | 0 | 100100 | 1010010 | 100001 | 100010 | 1000110 | 100111 |
Color Harmonies of #AA6D1E
Complementary color
Monochromatic Colors of #AA6D1E
Black with #AA6D1E
Text Example
Text Example
White with #AA6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D1E; }
p { color: rgb(170,109,30); }
H1.HeaderClassName
{
color: #AA6D1E;
}
.AnyTagClassName
{
color: #AA6D1E;
}
</style>
background-color css
<style>
a { background-color: #AA6D1E; }
a { background-color: rgb(170,109,30); }
div.DivClassName
{
background-color: #AA6D1E;
}
.BgClassName
{
background-color: #AA6D1E;
}
</style>
border-color css
<style>
span { border-color: #AA6D1E; }
span { border-color: rgb(170,109,30); }
td.TdClassName
{
border-color: #AA6D1E;
}
.TagClassName
{
border-color: #AA6D1E;
}
</style>