Shades of Hot Toddy #A87520
Tints of Hot Toddy #A87520
RGB
CMYK
RGB Variations
Color information
#A87520 (or 0xA87520) is known color: Hot Toddy. HEX triplet: A8, 75 and 20. RGB value is (168,117,32). Sum of RGB (Red+Green+Blue) = 168+117+32=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A87520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87520 is #578ADF. Grayscale: #7A7A7A. Windows color (decimal): -5737184 or 2127272. OLE color: 2127272.
HSL color Cylindrical-coordinate representation of color #A87520: hue angle of 37.5º 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 #A87520 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 32 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.34 |
| HSL | 37.5º | 0.68% | 0.39% | - |
| HSV(B) | 37.5º | 0.81% | 0.66% | - |
| XYZ | 22.77 | 21.15 | 4.25 | - |
| YUV | 122.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 32 | 0 | 0.30 | 0.81 | 0.34 | 37.5 | 0.68 | 0.39 |
| Hex | A8 | 75 | 20 | 0 | 1E | 51 | 22 | 26 | 44 | 27 |
| Octal | 250 | 165 | 40 | 0 | 36 | 121 | 42 | 46 | 104 | 47 |
| Binary | 10101000 | 1110101 | 100000 | 0 | 11110 | 1010001 | 100010 | 100110 | 1000100 | 100111 |
Color Harmonies of #A87520
Complementary color
Monochromatic Colors of #A87520
Black with #A87520
Text Example
Text Example
White with #A87520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87520; }
p { color: rgb(168,117,32); }
H1.HeaderClassName
{
color: #A87520;
}
.AnyTagClassName
{
color: #A87520;
}
</style>
background-color css
<style>
a { background-color: #A87520; }
a { background-color: rgb(168,117,32); }
div.DivClassName
{
background-color: #A87520;
}
.BgClassName
{
background-color: #A87520;
}
</style>
border-color css
<style>
span { border-color: #A87520; }
span { border-color: rgb(168,117,32); }
td.TdClassName
{
border-color: #A87520;
}
.TagClassName
{
border-color: #A87520;
}
</style>