Shades of Hot Toddy #AA6F2A
Tints of Hot Toddy #AA6F2A
RGB
CMYK
RGB Variations
Color information
#AA6F2A (or 0xAA6F2A) is known color: Hot Toddy. HEX triplet: AA, 6F and 2A. RGB value is (170,111,42). Sum of RGB (Red+Green+Blue) = 170+111+42=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F2A is #5590D5. Grayscale: #797979. Windows color (decimal): -5607638 or 2781098. OLE color: 2781098.
HSL color Cylindrical-coordinate representation of color #AA6F2A: hue angle of 32.34º 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 #AA6F2A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 42 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.33 |
| HSL | 32.34º | 0.6% | 0.42% | - |
| HSV(B) | 32.34º | 0.75% | 0.67% | - |
| XYZ | 22.68 | 20.08 | 4.87 | - |
| YUV | 120.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 42 | 0 | 0.35 | 0.75 | 0.33 | 32.34 | 0.6 | 0.42 |
| Hex | AA | 6F | 2A | 0 | 23 | 4B | 21 | 20 | 3C | 2A |
| Octal | 252 | 157 | 52 | 0 | 43 | 113 | 41 | 40 | 74 | 52 |
| Binary | 10101010 | 1101111 | 101010 | 0 | 100011 | 1001011 | 100001 | 100000 | 111100 | 101010 |
Color Harmonies of #AA6F2A
Complementary color
Monochromatic Colors of #AA6F2A
Black with #AA6F2A
Text Example
Text Example
White with #AA6F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F2A; }
p { color: rgb(170,111,42); }
H1.HeaderClassName
{
color: #AA6F2A;
}
.AnyTagClassName
{
color: #AA6F2A;
}
</style>
background-color css
<style>
a { background-color: #AA6F2A; }
a { background-color: rgb(170,111,42); }
div.DivClassName
{
background-color: #AA6F2A;
}
.BgClassName
{
background-color: #AA6F2A;
}
</style>
border-color css
<style>
span { border-color: #AA6F2A; }
span { border-color: rgb(170,111,42); }
td.TdClassName
{
border-color: #AA6F2A;
}
.TagClassName
{
border-color: #AA6F2A;
}
</style>