Shades of Hot Toddy #AA6F2B
Tints of Hot Toddy #AA6F2B
RGB
CMYK
RGB Variations
Color information
#AA6F2B (or 0xAA6F2B) is known color: Hot Toddy. HEX triplet: AA, 6F and 2B. RGB value is (170,111,43). Sum of RGB (Red+Green+Blue) = 170+111+43=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F2B is #5590D4. Grayscale: #797979. Windows color (decimal): -5607637 or 2846634. OLE color: 2846634.
HSL color Cylindrical-coordinate representation of color #AA6F2B: hue angle of 32.13º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA6F2B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 43 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.33 |
| HSL | 32.13º | 0.6% | 0.42% | - |
| HSV(B) | 32.13º | 0.75% | 0.67% | - |
| XYZ | 22.7 | 20.09 | 4.97 | - |
| YUV | 120.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 43 | 0 | 0.35 | 0.75 | 0.33 | 32.13 | 0.6 | 0.42 |
| Hex | AA | 6F | 2B | 0 | 23 | 4B | 21 | 20 | 3C | 2A |
| Octal | 252 | 157 | 53 | 0 | 43 | 113 | 41 | 40 | 74 | 52 |
| Binary | 10101010 | 1101111 | 101011 | 0 | 100011 | 1001011 | 100001 | 100000 | 111100 | 101010 |
Color Harmonies of #AA6F2B
Complementary color
Monochromatic Colors of #AA6F2B
Black with #AA6F2B
Text Example
Text Example
White with #AA6F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F2B; }
p { color: rgb(170,111,43); }
H1.HeaderClassName
{
color: #AA6F2B;
}
.AnyTagClassName
{
color: #AA6F2B;
}
</style>
background-color css
<style>
a { background-color: #AA6F2B; }
a { background-color: rgb(170,111,43); }
div.DivClassName
{
background-color: #AA6F2B;
}
.BgClassName
{
background-color: #AA6F2B;
}
</style>
border-color css
<style>
span { border-color: #AA6F2B; }
span { border-color: rgb(170,111,43); }
td.TdClassName
{
border-color: #AA6F2B;
}
.TagClassName
{
border-color: #AA6F2B;
}
</style>