Shades of Hot Toddy #A86D1E
Tints of Hot Toddy #A86D1E
RGB
CMYK
RGB Variations
Color information
#A86D1E (or 0xA86D1E) is known color: Hot Toddy. HEX triplet: A8, 6D and 1E. RGB value is (168,109,30). Sum of RGB (Red+Green+Blue) = 168+109+30=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D1E is #5792E1. Grayscale: #767676. Windows color (decimal): -5739234 or 1994152. OLE color: 1994152.
HSL color Cylindrical-coordinate representation of color #A86D1E: hue angle of 34.35º 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 #A86D1E is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 30 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.34 |
| HSL | 34.35º | 0.7% | 0.39% | - |
| HSV(B) | 34.35º | 0.82% | 0.66% | - |
| XYZ | 21.85 | 19.36 | 3.81 | - |
| YUV | 117.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 30 | 0 | 0.35 | 0.82 | 0.34 | 34.35 | 0.7 | 0.39 |
| Hex | A8 | 6D | 1E | 0 | 23 | 52 | 22 | 22 | 46 | 27 |
| Octal | 250 | 155 | 36 | 0 | 43 | 122 | 42 | 42 | 106 | 47 |
| Binary | 10101000 | 1101101 | 11110 | 0 | 100011 | 1010010 | 100010 | 100010 | 1000110 | 100111 |
Color Harmonies of #A86D1E
Complementary color
Monochromatic Colors of #A86D1E
Black with #A86D1E
Text Example
Text Example
White with #A86D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D1E; }
p { color: rgb(168,109,30); }
H1.HeaderClassName
{
color: #A86D1E;
}
.AnyTagClassName
{
color: #A86D1E;
}
</style>
background-color css
<style>
a { background-color: #A86D1E; }
a { background-color: rgb(168,109,30); }
div.DivClassName
{
background-color: #A86D1E;
}
.BgClassName
{
background-color: #A86D1E;
}
</style>
border-color css
<style>
span { border-color: #A86D1E; }
span { border-color: rgb(168,109,30); }
td.TdClassName
{
border-color: #A86D1E;
}
.TagClassName
{
border-color: #A86D1E;
}
</style>