Shades of Hot Toddy #A66D1E
Tints of Hot Toddy #A66D1E
RGB
CMYK
RGB Variations
Color information
#A66D1E (or 0xA66D1E) is known color: Hot Toddy. HEX triplet: A6, 6D and 1E. RGB value is (166,109,30). Sum of RGB (Red+Green+Blue) = 166+109+30=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D1E is #5992E1. Grayscale: #757575. Windows color (decimal): -5870306 or 1994150. OLE color: 1994150.
HSL color Cylindrical-coordinate representation of color #A66D1E: hue angle of 34.85º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A66D1E is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 30 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.35 |
| HSL | 34.85º | 0.69% | 0.38% | - |
| HSV(B) | 34.85º | 0.82% | 0.65% | - |
| XYZ | 21.43 | 19.14 | 3.79 | - |
| YUV | 117.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 30 | 0 | 0.34 | 0.82 | 0.35 | 34.85 | 0.69 | 0.38 |
| Hex | A6 | 6D | 1E | 0 | 22 | 52 | 23 | 23 | 45 | 26 |
| Octal | 246 | 155 | 36 | 0 | 42 | 122 | 43 | 43 | 105 | 46 |
| Binary | 10100110 | 1101101 | 11110 | 0 | 100010 | 1010010 | 100011 | 100011 | 1000101 | 100110 |
Color Harmonies of #A66D1E
Complementary color
Monochromatic Colors of #A66D1E
Black with #A66D1E
Text Example
Text Example
White with #A66D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D1E; }
p { color: rgb(166,109,30); }
H1.HeaderClassName
{
color: #A66D1E;
}
.AnyTagClassName
{
color: #A66D1E;
}
</style>
background-color css
<style>
a { background-color: #A66D1E; }
a { background-color: rgb(166,109,30); }
div.DivClassName
{
background-color: #A66D1E;
}
.BgClassName
{
background-color: #A66D1E;
}
</style>
border-color css
<style>
span { border-color: #A66D1E; }
span { border-color: rgb(166,109,30); }
td.TdClassName
{
border-color: #A66D1E;
}
.TagClassName
{
border-color: #A66D1E;
}
</style>