Shades of Hot Toddy #A66D27
Tints of Hot Toddy #A66D27
RGB
CMYK
RGB Variations
Color information
#A66D27 (or 0xA66D27) is known color: Hot Toddy. HEX triplet: A6, 6D and 27. RGB value is (166,109,39). Sum of RGB (Red+Green+Blue) = 166+109+39=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D27 is #5992D8. Grayscale: #767676. Windows color (decimal): -5870297 or 2583974. OLE color: 2583974.
HSL color Cylindrical-coordinate representation of color #A66D27: hue angle of 33.07º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A66D27 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 109 | 39 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.35 |
| HSL | 33.07º | 0.62% | 0.4% | - |
| HSV(B) | 33.07º | 0.77% | 0.65% | - |
| XYZ | 21.56 | 19.19 | 4.49 | - |
| YUV | 118.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 109 | 39 | 0 | 0.34 | 0.77 | 0.35 | 33.07 | 0.62 | 0.4 |
| Hex | A6 | 6D | 27 | 0 | 22 | 4D | 23 | 21 | 3E | 28 |
| Octal | 246 | 155 | 47 | 0 | 42 | 115 | 43 | 41 | 76 | 50 |
| Binary | 10100110 | 1101101 | 100111 | 0 | 100010 | 1001101 | 100011 | 100001 | 111110 | 101000 |
Color Harmonies of #A66D27
Complementary color
Monochromatic Colors of #A66D27
Black with #A66D27
Text Example
Text Example
White with #A66D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66D27; }
p { color: rgb(166,109,39); }
H1.HeaderClassName
{
color: #A66D27;
}
.AnyTagClassName
{
color: #A66D27;
}
</style>
background-color css
<style>
a { background-color: #A66D27; }
a { background-color: rgb(166,109,39); }
div.DivClassName
{
background-color: #A66D27;
}
.BgClassName
{
background-color: #A66D27;
}
</style>
border-color css
<style>
span { border-color: #A66D27; }
span { border-color: rgb(166,109,39); }
td.TdClassName
{
border-color: #A66D27;
}
.TagClassName
{
border-color: #A66D27;
}
</style>