Shades of Hot Toddy #A86C1E
Tints of Hot Toddy #A86C1E
RGB
CMYK
RGB Variations
Color information
#A86C1E (or 0xA86C1E) is known color: Hot Toddy. HEX triplet: A8, 6C and 1E. RGB value is (168,108,30). Sum of RGB (Red+Green+Blue) = 168+108+30=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86C1E is #5793E1. Grayscale: #757575. Windows color (decimal): -5739490 or 1993896. OLE color: 1993896.
HSL color Cylindrical-coordinate representation of color #A86C1E: hue angle of 33.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A86C1E is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 30 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.34 |
| HSL | 33.91º | 0.7% | 0.39% | - |
| HSV(B) | 33.91º | 0.82% | 0.66% | - |
| XYZ | 21.75 | 19.14 | 3.78 | - |
| YUV | 117.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 30 | 0 | 0.36 | 0.82 | 0.34 | 33.91 | 0.7 | 0.39 |
| Hex | A8 | 6C | 1E | 0 | 24 | 52 | 22 | 22 | 46 | 27 |
| Octal | 250 | 154 | 36 | 0 | 44 | 122 | 42 | 42 | 106 | 47 |
| Binary | 10101000 | 1101100 | 11110 | 0 | 100100 | 1010010 | 100010 | 100010 | 1000110 | 100111 |
Color Harmonies of #A86C1E
Complementary color
Monochromatic Colors of #A86C1E
Black with #A86C1E
Text Example
Text Example
White with #A86C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C1E; }
p { color: rgb(168,108,30); }
H1.HeaderClassName
{
color: #A86C1E;
}
.AnyTagClassName
{
color: #A86C1E;
}
</style>
background-color css
<style>
a { background-color: #A86C1E; }
a { background-color: rgb(168,108,30); }
div.DivClassName
{
background-color: #A86C1E;
}
.BgClassName
{
background-color: #A86C1E;
}
</style>
border-color css
<style>
span { border-color: #A86C1E; }
span { border-color: rgb(168,108,30); }
td.TdClassName
{
border-color: #A86C1E;
}
.TagClassName
{
border-color: #A86C1E;
}
</style>