Shades of Hot Toddy #A86E2B
Tints of Hot Toddy #A86E2B
RGB
CMYK
RGB Variations
Color information
#A86E2B (or 0xA86E2B) is known color: Hot Toddy. HEX triplet: A8, 6E and 2B. RGB value is (168,110,43). Sum of RGB (Red+Green+Blue) = 168+110+43=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E2B is #5791D4. Grayscale: #787878. Windows color (decimal): -5738965 or 2846376. OLE color: 2846376.
HSL color Cylindrical-coordinate representation of color #A86E2B: hue angle of 32.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A86E2B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 43 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.34 |
| HSL | 32.16º | 0.59% | 0.41% | - |
| HSV(B) | 32.16º | 0.74% | 0.66% | - |
| XYZ | 22.16 | 19.65 | 4.91 | - |
| YUV | 119.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 43 | 0 | 0.35 | 0.74 | 0.34 | 32.16 | 0.59 | 0.41 |
| Hex | A8 | 6E | 2B | 0 | 23 | 4A | 22 | 20 | 3B | 29 |
| Octal | 250 | 156 | 53 | 0 | 43 | 112 | 42 | 40 | 73 | 51 |
| Binary | 10101000 | 1101110 | 101011 | 0 | 100011 | 1001010 | 100010 | 100000 | 111011 | 101001 |
Color Harmonies of #A86E2B
Complementary color
Monochromatic Colors of #A86E2B
Black with #A86E2B
Text Example
Text Example
White with #A86E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E2B; }
p { color: rgb(168,110,43); }
H1.HeaderClassName
{
color: #A86E2B;
}
.AnyTagClassName
{
color: #A86E2B;
}
</style>
background-color css
<style>
a { background-color: #A86E2B; }
a { background-color: rgb(168,110,43); }
div.DivClassName
{
background-color: #A86E2B;
}
.BgClassName
{
background-color: #A86E2B;
}
</style>
border-color css
<style>
span { border-color: #A86E2B; }
span { border-color: rgb(168,110,43); }
td.TdClassName
{
border-color: #A86E2B;
}
.TagClassName
{
border-color: #A86E2B;
}
</style>