Shades of Hot Toddy #A66E2F
Tints of Hot Toddy #A66E2F
RGB
CMYK
RGB Variations
Color information
#A66E2F (or 0xA66E2F) is known color: Hot Toddy. HEX triplet: A6, 6E and 2F. RGB value is (166,110,47). Sum of RGB (Red+Green+Blue) = 166+110+47=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E2F is #5991D0. Grayscale: #777777. Windows color (decimal): -5870033 or 3108518. OLE color: 3108518.
HSL color Cylindrical-coordinate representation of color #A66E2F: hue angle of 31.76º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A66E2F is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 47 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.35 |
| HSL | 31.76º | 0.56% | 0.42% | - |
| HSV(B) | 31.76º | 0.72% | 0.65% | - |
| XYZ | 21.81 | 19.46 | 5.3 | - |
| YUV | 119.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 47 | 0 | 0.34 | 0.72 | 0.35 | 31.76 | 0.56 | 0.42 |
| Hex | A6 | 6E | 2F | 0 | 22 | 48 | 23 | 20 | 38 | 2A |
| Octal | 246 | 156 | 57 | 0 | 42 | 110 | 43 | 40 | 70 | 52 |
| Binary | 10100110 | 1101110 | 101111 | 0 | 100010 | 1001000 | 100011 | 100000 | 111000 | 101010 |
Color Harmonies of #A66E2F
Complementary color
Monochromatic Colors of #A66E2F
Black with #A66E2F
Text Example
Text Example
White with #A66E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E2F; }
p { color: rgb(166,110,47); }
H1.HeaderClassName
{
color: #A66E2F;
}
.AnyTagClassName
{
color: #A66E2F;
}
</style>
background-color css
<style>
a { background-color: #A66E2F; }
a { background-color: rgb(166,110,47); }
div.DivClassName
{
background-color: #A66E2F;
}
.BgClassName
{
background-color: #A66E2F;
}
</style>
border-color css
<style>
span { border-color: #A66E2F; }
span { border-color: rgb(166,110,47); }
td.TdClassName
{
border-color: #A66E2F;
}
.TagClassName
{
border-color: #A66E2F;
}
</style>