Shades of Hot Toddy #A66C2A
Tints of Hot Toddy #A66C2A
RGB
CMYK
RGB Variations
Color information
#A66C2A (or 0xA66C2A) is known color: Hot Toddy. HEX triplet: A6, 6C and 2A. RGB value is (166,108,42). Sum of RGB (Red+Green+Blue) = 166+108+42=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C2A is #5993D5. Grayscale: #767676. Windows color (decimal): -5870550 or 2780326. OLE color: 2780326.
HSL color Cylindrical-coordinate representation of color #A66C2A: hue angle of 31.94º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A66C2A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 108 | 42 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.35 |
| HSL | 31.94º | 0.6% | 0.41% | - |
| HSV(B) | 31.94º | 0.75% | 0.65% | - |
| XYZ | 21.51 | 19 | 4.72 | - |
| YUV | 117.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 108 | 42 | 0 | 0.35 | 0.75 | 0.35 | 31.94 | 0.6 | 0.41 |
| Hex | A6 | 6C | 2A | 0 | 23 | 4B | 23 | 20 | 3C | 29 |
| Octal | 246 | 154 | 52 | 0 | 43 | 113 | 43 | 40 | 74 | 51 |
| Binary | 10100110 | 1101100 | 101010 | 0 | 100011 | 1001011 | 100011 | 100000 | 111100 | 101001 |
Color Harmonies of #A66C2A
Complementary color
Monochromatic Colors of #A66C2A
Black with #A66C2A
Text Example
Text Example
White with #A66C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66C2A; }
p { color: rgb(166,108,42); }
H1.HeaderClassName
{
color: #A66C2A;
}
.AnyTagClassName
{
color: #A66C2A;
}
</style>
background-color css
<style>
a { background-color: #A66C2A; }
a { background-color: rgb(166,108,42); }
div.DivClassName
{
background-color: #A66C2A;
}
.BgClassName
{
background-color: #A66C2A;
}
</style>
border-color css
<style>
span { border-color: #A66C2A; }
span { border-color: rgb(166,108,42); }
td.TdClassName
{
border-color: #A66C2A;
}
.TagClassName
{
border-color: #A66C2A;
}
</style>