Shades of Hot Toddy #AA6D1C
Tints of Hot Toddy #AA6D1C
RGB
CMYK
RGB Variations
Color information
#AA6D1C (or 0xAA6D1C) is known color: Hot Toddy. HEX triplet: AA, 6D and 1C. RGB value is (170,109,28). Sum of RGB (Red+Green+Blue) = 170+109+28=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D1C is #5592E3. Grayscale: #767676. Windows color (decimal): -5608164 or 1863082. OLE color: 1863082.
HSL color Cylindrical-coordinate representation of color #AA6D1C: hue angle of 34.23º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA6D1C is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 28 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.33 |
| HSL | 34.23º | 0.72% | 0.39% | - |
| HSV(B) | 34.23º | 0.84% | 0.67% | - |
| XYZ | 22.26 | 19.57 | 3.7 | - |
| YUV | 118.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 28 | 0 | 0.36 | 0.84 | 0.33 | 34.23 | 0.72 | 0.39 |
| Hex | AA | 6D | 1C | 0 | 24 | 54 | 21 | 22 | 48 | 27 |
| Octal | 252 | 155 | 34 | 0 | 44 | 124 | 41 | 42 | 110 | 47 |
| Binary | 10101010 | 1101101 | 11100 | 0 | 100100 | 1010100 | 100001 | 100010 | 1001000 | 100111 |
Color Harmonies of #AA6D1C
Complementary color
Monochromatic Colors of #AA6D1C
Black with #AA6D1C
Text Example
Text Example
White with #AA6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D1C; }
p { color: rgb(170,109,28); }
H1.HeaderClassName
{
color: #AA6D1C;
}
.AnyTagClassName
{
color: #AA6D1C;
}
</style>
background-color css
<style>
a { background-color: #AA6D1C; }
a { background-color: rgb(170,109,28); }
div.DivClassName
{
background-color: #AA6D1C;
}
.BgClassName
{
background-color: #AA6D1C;
}
</style>
border-color css
<style>
span { border-color: #AA6D1C; }
span { border-color: rgb(170,109,28); }
td.TdClassName
{
border-color: #AA6D1C;
}
.TagClassName
{
border-color: #AA6D1C;
}
</style>