Shades of Hot Toddy #A87A20
Tints of Hot Toddy #A87A20
RGB
CMYK
RGB Variations
Color information
#A87A20 (or 0xA87A20) is known color: Hot Toddy. HEX triplet: A8, 7A and 20. RGB value is (168,122,32). Sum of RGB (Red+Green+Blue) = 168+122+32=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A20 is #5785DF. Grayscale: #7D7D7D. Windows color (decimal): -5735904 or 2128552. OLE color: 2128552.
HSL color Cylindrical-coordinate representation of color #A87A20: hue angle of 39.71º 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 #A87A20 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 32 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.34 |
| HSL | 39.71º | 0.68% | 0.39% | - |
| HSV(B) | 39.71º | 0.81% | 0.66% | - |
| XYZ | 23.37 | 22.35 | 4.45 | - |
| YUV | 125.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 32 | 0 | 0.27 | 0.81 | 0.34 | 39.71 | 0.68 | 0.39 |
| Hex | A8 | 7A | 20 | 0 | 1B | 51 | 22 | 28 | 44 | 27 |
| Octal | 250 | 172 | 40 | 0 | 33 | 121 | 42 | 50 | 104 | 47 |
| Binary | 10101000 | 1111010 | 100000 | 0 | 11011 | 1010001 | 100010 | 101000 | 1000100 | 100111 |
Color Harmonies of #A87A20
Complementary color
Monochromatic Colors of #A87A20
Black with #A87A20
Text Example
Text Example
White with #A87A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A20; }
p { color: rgb(168,122,32); }
H1.HeaderClassName
{
color: #A87A20;
}
.AnyTagClassName
{
color: #A87A20;
}
</style>
background-color css
<style>
a { background-color: #A87A20; }
a { background-color: rgb(168,122,32); }
div.DivClassName
{
background-color: #A87A20;
}
.BgClassName
{
background-color: #A87A20;
}
</style>
border-color css
<style>
span { border-color: #A87A20; }
span { border-color: rgb(168,122,32); }
td.TdClassName
{
border-color: #A87A20;
}
.TagClassName
{
border-color: #A87A20;
}
</style>