Shades of Hot Toddy #A67136
Tints of Hot Toddy #A67136
RGB
CMYK
RGB Variations
Color information
#A67136 (or 0xA67136) is known color: Hot Toddy. HEX triplet: A6, 71 and 36. RGB value is (166,113,54). Sum of RGB (Red+Green+Blue) = 166+113+54=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A67136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67136 is #598EC9. Grayscale: #7A7A7A. Windows color (decimal): -5869258 or 3568038. OLE color: 3568038.
HSL color Cylindrical-coordinate representation of color #A67136: hue angle of 31.61º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A67136 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 54 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.35 |
| HSL | 31.61º | 0.51% | 0.43% | - |
| HSV(B) | 31.61º | 0.67% | 0.65% | - |
| XYZ | 22.3 | 20.18 | 6.21 | - |
| YUV | 122.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 54 | 0 | 0.32 | 0.67 | 0.35 | 31.61 | 0.51 | 0.43 |
| Hex | A6 | 71 | 36 | 0 | 20 | 43 | 23 | 20 | 33 | 2B |
| Octal | 246 | 161 | 66 | 0 | 40 | 103 | 43 | 40 | 63 | 53 |
| Binary | 10100110 | 1110001 | 110110 | 0 | 100000 | 1000011 | 100011 | 100000 | 110011 | 101011 |
Color Harmonies of #A67136
Complementary color
Monochromatic Colors of #A67136
Black with #A67136
Text Example
Text Example
White with #A67136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67136; }
p { color: rgb(166,113,54); }
H1.HeaderClassName
{
color: #A67136;
}
.AnyTagClassName
{
color: #A67136;
}
</style>
background-color css
<style>
a { background-color: #A67136; }
a { background-color: rgb(166,113,54); }
div.DivClassName
{
background-color: #A67136;
}
.BgClassName
{
background-color: #A67136;
}
</style>
border-color css
<style>
span { border-color: #A67136; }
span { border-color: rgb(166,113,54); }
td.TdClassName
{
border-color: #A67136;
}
.TagClassName
{
border-color: #A67136;
}
</style>