Shades of Hot Toddy #A87420
Tints of Hot Toddy #A87420
RGB
CMYK
RGB Variations
Color information
#A87420 (or 0xA87420) is known color: Hot Toddy. HEX triplet: A8, 74 and 20. RGB value is (168,116,32). Sum of RGB (Red+Green+Blue) = 168+116+32=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A87420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87420 is #578BDF. Grayscale: #7A7A7A. Windows color (decimal): -5737440 or 2127016. OLE color: 2127016.
HSL color Cylindrical-coordinate representation of color #A87420: hue angle of 37.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A87420 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 32 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.34 |
| HSL | 37.06º | 0.68% | 0.39% | - |
| HSV(B) | 37.06º | 0.81% | 0.66% | - |
| XYZ | 22.65 | 20.92 | 4.21 | - |
| YUV | 121.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 32 | 0 | 0.31 | 0.81 | 0.34 | 37.06 | 0.68 | 0.39 |
| Hex | A8 | 74 | 20 | 0 | 1F | 51 | 22 | 25 | 44 | 27 |
| Octal | 250 | 164 | 40 | 0 | 37 | 121 | 42 | 45 | 104 | 47 |
| Binary | 10101000 | 1110100 | 100000 | 0 | 11111 | 1010001 | 100010 | 100101 | 1000100 | 100111 |
Color Harmonies of #A87420
Complementary color
Monochromatic Colors of #A87420
Black with #A87420
Text Example
Text Example
White with #A87420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87420; }
p { color: rgb(168,116,32); }
H1.HeaderClassName
{
color: #A87420;
}
.AnyTagClassName
{
color: #A87420;
}
</style>
background-color css
<style>
a { background-color: #A87420; }
a { background-color: rgb(168,116,32); }
div.DivClassName
{
background-color: #A87420;
}
.BgClassName
{
background-color: #A87420;
}
</style>
border-color css
<style>
span { border-color: #A87420; }
span { border-color: rgb(168,116,32); }
td.TdClassName
{
border-color: #A87420;
}
.TagClassName
{
border-color: #A87420;
}
</style>