Shades of Hot Toddy #A66F29
Tints of Hot Toddy #A66F29
RGB
CMYK
RGB Variations
Color information
#A66F29 (or 0xA66F29) is known color: Hot Toddy. HEX triplet: A6, 6F and 29. RGB value is (166,111,41). Sum of RGB (Red+Green+Blue) = 166+111+41=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F29 is #5990D6. Grayscale: #777777. Windows color (decimal): -5869783 or 2715558. OLE color: 2715558.
HSL color Cylindrical-coordinate representation of color #A66F29: hue angle of 33.6º 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 #A66F29 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 41 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.35 |
| HSL | 33.6º | 0.6% | 0.41% | - |
| HSV(B) | 33.6º | 0.75% | 0.65% | - |
| XYZ | 21.81 | 19.64 | 4.74 | - |
| YUV | 119.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 41 | 0 | 0.33 | 0.75 | 0.35 | 33.6 | 0.6 | 0.41 |
| Hex | A6 | 6F | 29 | 0 | 21 | 4B | 23 | 22 | 3C | 29 |
| Octal | 246 | 157 | 51 | 0 | 41 | 113 | 43 | 42 | 74 | 51 |
| Binary | 10100110 | 1101111 | 101001 | 0 | 100001 | 1001011 | 100011 | 100010 | 111100 | 101001 |
Color Harmonies of #A66F29
Complementary color
Monochromatic Colors of #A66F29
Black with #A66F29
Text Example
Text Example
White with #A66F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F29; }
p { color: rgb(166,111,41); }
H1.HeaderClassName
{
color: #A66F29;
}
.AnyTagClassName
{
color: #A66F29;
}
</style>
background-color css
<style>
a { background-color: #A66F29; }
a { background-color: rgb(166,111,41); }
div.DivClassName
{
background-color: #A66F29;
}
.BgClassName
{
background-color: #A66F29;
}
</style>
border-color css
<style>
span { border-color: #A66F29; }
span { border-color: rgb(166,111,41); }
td.TdClassName
{
border-color: #A66F29;
}
.TagClassName
{
border-color: #A66F29;
}
</style>