Shades of Hot Toddy #AA6D2C
Tints of Hot Toddy #AA6D2C
RGB
CMYK
RGB Variations
Color information
#AA6D2C (or 0xAA6D2C) is known color: Hot Toddy. HEX triplet: AA, 6D and 2C. RGB value is (170,109,44). Sum of RGB (Red+Green+Blue) = 170+109+44=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D2C is #5592D3. Grayscale: #787878. Windows color (decimal): -5608148 or 2911658. OLE color: 2911658.
HSL color Cylindrical-coordinate representation of color #AA6D2C: hue angle of 30.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA6D2C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 44 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.33 |
| HSL | 30.95º | 0.59% | 0.42% | - |
| HSV(B) | 30.95º | 0.74% | 0.67% | - |
| XYZ | 22.5 | 19.67 | 4.99 | - |
| YUV | 119.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 44 | 0 | 0.36 | 0.74 | 0.33 | 30.95 | 0.59 | 0.42 |
| Hex | AA | 6D | 2C | 0 | 24 | 4A | 21 | 1F | 3B | 2A |
| Octal | 252 | 155 | 54 | 0 | 44 | 112 | 41 | 37 | 73 | 52 |
| Binary | 10101010 | 1101101 | 101100 | 0 | 100100 | 1001010 | 100001 | 11111 | 111011 | 101010 |
Color Harmonies of #AA6D2C
Complementary color
Monochromatic Colors of #AA6D2C
Black with #AA6D2C
Text Example
Text Example
White with #AA6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D2C; }
p { color: rgb(170,109,44); }
H1.HeaderClassName
{
color: #AA6D2C;
}
.AnyTagClassName
{
color: #AA6D2C;
}
</style>
background-color css
<style>
a { background-color: #AA6D2C; }
a { background-color: rgb(170,109,44); }
div.DivClassName
{
background-color: #AA6D2C;
}
.BgClassName
{
background-color: #AA6D2C;
}
</style>
border-color css
<style>
span { border-color: #AA6D2C; }
span { border-color: rgb(170,109,44); }
td.TdClassName
{
border-color: #AA6D2C;
}
.TagClassName
{
border-color: #AA6D2C;
}
</style>