Shades of Hot Toddy #AA6F2E
Tints of Hot Toddy #AA6F2E
RGB
CMYK
RGB Variations
Color information
#AA6F2E (or 0xAA6F2E) is known color: Hot Toddy. HEX triplet: AA, 6F and 2E. RGB value is (170,111,46). Sum of RGB (Red+Green+Blue) = 170+111+46=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F2E is #5590D1. Grayscale: #797979. Windows color (decimal): -5607634 or 3043242. OLE color: 3043242.
HSL color Cylindrical-coordinate representation of color #AA6F2E: hue angle of 31.45º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA6F2E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 46 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.33 |
| HSL | 31.45º | 0.57% | 0.42% | - |
| HSV(B) | 31.45º | 0.73% | 0.67% | - |
| XYZ | 22.76 | 20.11 | 5.27 | - |
| YUV | 121.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 46 | 0 | 0.35 | 0.73 | 0.33 | 31.45 | 0.57 | 0.42 |
| Hex | AA | 6F | 2E | 0 | 23 | 49 | 21 | 1F | 39 | 2A |
| Octal | 252 | 157 | 56 | 0 | 43 | 111 | 41 | 37 | 71 | 52 |
| Binary | 10101010 | 1101111 | 101110 | 0 | 100011 | 1001001 | 100001 | 11111 | 111001 | 101010 |
Color Harmonies of #AA6F2E
Complementary color
Monochromatic Colors of #AA6F2E
Black with #AA6F2E
Text Example
Text Example
White with #AA6F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F2E; }
p { color: rgb(170,111,46); }
H1.HeaderClassName
{
color: #AA6F2E;
}
.AnyTagClassName
{
color: #AA6F2E;
}
</style>
background-color css
<style>
a { background-color: #AA6F2E; }
a { background-color: rgb(170,111,46); }
div.DivClassName
{
background-color: #AA6F2E;
}
.BgClassName
{
background-color: #AA6F2E;
}
</style>
border-color css
<style>
span { border-color: #AA6F2E; }
span { border-color: rgb(170,111,46); }
td.TdClassName
{
border-color: #AA6F2E;
}
.TagClassName
{
border-color: #AA6F2E;
}
</style>