Shades of Hot Toddy #A87A2E
Tints of Hot Toddy #A87A2E
RGB
CMYK
RGB Variations
Color information
#A87A2E (or 0xA87A2E) is known color: Hot Toddy. HEX triplet: A8, 7A and 2E. RGB value is (168,122,46). Sum of RGB (Red+Green+Blue) = 168+122+46=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A2E is #5785D1. Grayscale: #7F7F7F. Windows color (decimal): -5735890 or 3046056. OLE color: 3046056.
HSL color Cylindrical-coordinate representation of color #A87A2E: hue angle of 37.38º 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 #A87A2E is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 46 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.34 |
| HSL | 37.38º | 0.57% | 0.42% | - |
| HSV(B) | 37.38º | 0.73% | 0.66% | - |
| XYZ | 23.6 | 22.44 | 5.67 | - |
| YUV | 127.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 46 | 0 | 0.27 | 0.73 | 0.34 | 37.38 | 0.57 | 0.42 |
| Hex | A8 | 7A | 2E | 0 | 1B | 49 | 22 | 25 | 39 | 2A |
| Octal | 250 | 172 | 56 | 0 | 33 | 111 | 42 | 45 | 71 | 52 |
| Binary | 10101000 | 1111010 | 101110 | 0 | 11011 | 1001001 | 100010 | 100101 | 111001 | 101010 |
Color Harmonies of #A87A2E
Complementary color
Monochromatic Colors of #A87A2E
Black with #A87A2E
Text Example
Text Example
White with #A87A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A2E; }
p { color: rgb(168,122,46); }
H1.HeaderClassName
{
color: #A87A2E;
}
.AnyTagClassName
{
color: #A87A2E;
}
</style>
background-color css
<style>
a { background-color: #A87A2E; }
a { background-color: rgb(168,122,46); }
div.DivClassName
{
background-color: #A87A2E;
}
.BgClassName
{
background-color: #A87A2E;
}
</style>
border-color css
<style>
span { border-color: #A87A2E; }
span { border-color: rgb(168,122,46); }
td.TdClassName
{
border-color: #A87A2E;
}
.TagClassName
{
border-color: #A87A2E;
}
</style>