Shades of Hot Toddy #A87224
Tints of Hot Toddy #A87224
RGB
CMYK
RGB Variations
Color information
#A87224 (or 0xA87224) is known color: Hot Toddy. HEX triplet: A8, 72 and 24. RGB value is (168,114,36). Sum of RGB (Red+Green+Blue) = 168+114+36=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A87224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87224 is #578DDB. Grayscale: #797979. Windows color (decimal): -5737948 or 2388648. OLE color: 2388648.
HSL color Cylindrical-coordinate representation of color #A87224: hue angle of 35.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A87224 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 36 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.34 |
| HSL | 35.45º | 0.65% | 0.4% | - |
| HSV(B) | 35.45º | 0.79% | 0.66% | - |
| XYZ | 22.48 | 20.49 | 4.44 | - |
| YUV | 121.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 36 | 0 | 0.32 | 0.79 | 0.34 | 35.45 | 0.65 | 0.4 |
| Hex | A8 | 72 | 24 | 0 | 20 | 4F | 22 | 23 | 41 | 28 |
| Octal | 250 | 162 | 44 | 0 | 40 | 117 | 42 | 43 | 101 | 50 |
| Binary | 10101000 | 1110010 | 100100 | 0 | 100000 | 1001111 | 100010 | 100011 | 1000001 | 101000 |
Color Harmonies of #A87224
Complementary color
Monochromatic Colors of #A87224
Black with #A87224
Text Example
Text Example
White with #A87224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87224; }
p { color: rgb(168,114,36); }
H1.HeaderClassName
{
color: #A87224;
}
.AnyTagClassName
{
color: #A87224;
}
</style>
background-color css
<style>
a { background-color: #A87224; }
a { background-color: rgb(168,114,36); }
div.DivClassName
{
background-color: #A87224;
}
.BgClassName
{
background-color: #A87224;
}
</style>
border-color css
<style>
span { border-color: #A87224; }
span { border-color: rgb(168,114,36); }
td.TdClassName
{
border-color: #A87224;
}
.TagClassName
{
border-color: #A87224;
}
</style>