Shades of Hot Toddy #A8702E
Tints of Hot Toddy #A8702E
RGB
CMYK
RGB Variations
Color information
#A8702E (or 0xA8702E) is known color: Hot Toddy. HEX triplet: A8, 70 and 2E. RGB value is (168,112,46). Sum of RGB (Red+Green+Blue) = 168+112+46=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8702E is #578FD1. Grayscale: #797979. Windows color (decimal): -5738450 or 3043496. OLE color: 3043496.
HSL color Cylindrical-coordinate representation of color #A8702E: hue angle of 32.46º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8702E is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 46 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.34 |
| HSL | 32.46º | 0.57% | 0.42% | - |
| HSV(B) | 32.46º | 0.73% | 0.66% | - |
| XYZ | 22.44 | 20.11 | 5.28 | - |
| YUV | 121.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 46 | 0 | 0.33 | 0.73 | 0.34 | 32.46 | 0.57 | 0.42 |
| Hex | A8 | 70 | 2E | 0 | 21 | 49 | 22 | 20 | 39 | 2A |
| Octal | 250 | 160 | 56 | 0 | 41 | 111 | 42 | 40 | 71 | 52 |
| Binary | 10101000 | 1110000 | 101110 | 0 | 100001 | 1001001 | 100010 | 100000 | 111001 | 101010 |
Color Harmonies of #A8702E
Complementary color
Monochromatic Colors of #A8702E
Black with #A8702E
Text Example
Text Example
White with #A8702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8702E; }
p { color: rgb(168,112,46); }
H1.HeaderClassName
{
color: #A8702E;
}
.AnyTagClassName
{
color: #A8702E;
}
</style>
background-color css
<style>
a { background-color: #A8702E; }
a { background-color: rgb(168,112,46); }
div.DivClassName
{
background-color: #A8702E;
}
.BgClassName
{
background-color: #A8702E;
}
</style>
border-color css
<style>
span { border-color: #A8702E; }
span { border-color: rgb(168,112,46); }
td.TdClassName
{
border-color: #A8702E;
}
.TagClassName
{
border-color: #A8702E;
}
</style>