Shades of Hot Toddy #A66D22
Tints of Hot Toddy #A66D22
RGB
CMYK
RGB Variations
Color information
#A66D22 (or 0xA66D22) is known color: Hot Toddy. HEX triplet: A6, 6D and 22. RGB value is (166,109,34). Sum of RGB (Red+Green+Blue) = 166+109+34=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D22 is #5992DD. Grayscale: #757575. Windows color (decimal): -5870302 or 2256294. OLE color: 2256294.
HSL color Cylindrical-coordinate representation of color #A66D22: hue angle of 34.09º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A66D22 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 34 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.35 |
| HSL | 34.09º | 0.66% | 0.39% | - |
| HSV(B) | 34.09º | 0.8% | 0.65% | - |
| XYZ | 21.48 | 19.16 | 4.08 | - |
| YUV | 117.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 34 | 0 | 0.34 | 0.80 | 0.35 | 34.09 | 0.66 | 0.39 |
| Hex | A6 | 6D | 22 | 0 | 22 | 50 | 23 | 22 | 42 | 27 |
| Octal | 246 | 155 | 42 | 0 | 42 | 120 | 43 | 42 | 102 | 47 |
| Binary | 10100110 | 1101101 | 100010 | 0 | 100010 | 1010000 | 100011 | 100010 | 1000010 | 100111 |
Color Harmonies of #A66D22
Complementary color
Monochromatic Colors of #A66D22
Black with #A66D22
Text Example
Text Example
White with #A66D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D22; }
p { color: rgb(166,109,34); }
H1.HeaderClassName
{
color: #A66D22;
}
.AnyTagClassName
{
color: #A66D22;
}
</style>
background-color css
<style>
a { background-color: #A66D22; }
a { background-color: rgb(166,109,34); }
div.DivClassName
{
background-color: #A66D22;
}
.BgClassName
{
background-color: #A66D22;
}
</style>
border-color css
<style>
span { border-color: #A66D22; }
span { border-color: rgb(166,109,34); }
td.TdClassName
{
border-color: #A66D22;
}
.TagClassName
{
border-color: #A66D22;
}
</style>