Shades of Hot Toddy #A86E30
Tints of Hot Toddy #A86E30
RGB
CMYK
RGB Variations
Color information
#A86E30 (or 0xA86E30) is known color: Hot Toddy. HEX triplet: A8, 6E and 30. RGB value is (168,110,48). Sum of RGB (Red+Green+Blue) = 168+110+48=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E30 is #5791CF. Grayscale: #787878. Windows color (decimal): -5738960 or 3174056. OLE color: 3174056.
HSL color Cylindrical-coordinate representation of color #A86E30: hue angle of 31º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A86E30 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 48 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.34 |
| HSL | 31º | 0.56% | 0.42% | - |
| HSV(B) | 31º | 0.71% | 0.66% | - |
| XYZ | 22.26 | 19.69 | 5.42 | - |
| YUV | 120.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 48 | 0 | 0.35 | 0.71 | 0.34 | 31 | 0.56 | 0.42 |
| Hex | A8 | 6E | 30 | 0 | 23 | 47 | 22 | 1F | 38 | 2A |
| Octal | 250 | 156 | 60 | 0 | 43 | 107 | 42 | 37 | 70 | 52 |
| Binary | 10101000 | 1101110 | 110000 | 0 | 100011 | 1000111 | 100010 | 11111 | 111000 | 101010 |
Color Harmonies of #A86E30
Complementary color
Monochromatic Colors of #A86E30
Black with #A86E30
Text Example
Text Example
White with #A86E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E30; }
p { color: rgb(168,110,48); }
H1.HeaderClassName
{
color: #A86E30;
}
.AnyTagClassName
{
color: #A86E30;
}
</style>
background-color css
<style>
a { background-color: #A86E30; }
a { background-color: rgb(168,110,48); }
div.DivClassName
{
background-color: #A86E30;
}
.BgClassName
{
background-color: #A86E30;
}
</style>
border-color css
<style>
span { border-color: #A86E30; }
span { border-color: rgb(168,110,48); }
td.TdClassName
{
border-color: #A86E30;
}
.TagClassName
{
border-color: #A86E30;
}
</style>