Shades of Hot Toddy #A87329
Tints of Hot Toddy #A87329
RGB
CMYK
RGB Variations
Color information
#A87329 (or 0xA87329) is known color: Hot Toddy. HEX triplet: A8, 73 and 29. RGB value is (168,115,41). Sum of RGB (Red+Green+Blue) = 168+115+41=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A87329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87329 is #578CD6. Grayscale: #7A7A7A. Windows color (decimal): -5737687 or 2716584. OLE color: 2716584.
HSL color Cylindrical-coordinate representation of color #A87329: hue angle of 34.96º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A87329 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 41 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.34 |
| HSL | 34.96º | 0.61% | 0.41% | - |
| HSV(B) | 34.96º | 0.76% | 0.66% | - |
| XYZ | 22.68 | 20.75 | 4.91 | - |
| YUV | 122.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 41 | 0 | 0.32 | 0.76 | 0.34 | 34.96 | 0.61 | 0.41 |
| Hex | A8 | 73 | 29 | 0 | 20 | 4C | 22 | 23 | 3D | 29 |
| Octal | 250 | 163 | 51 | 0 | 40 | 114 | 42 | 43 | 75 | 51 |
| Binary | 10101000 | 1110011 | 101001 | 0 | 100000 | 1001100 | 100010 | 100011 | 111101 | 101001 |
Color Harmonies of #A87329
Complementary color
Monochromatic Colors of #A87329
Black with #A87329
Text Example
Text Example
White with #A87329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87329; }
p { color: rgb(168,115,41); }
H1.HeaderClassName
{
color: #A87329;
}
.AnyTagClassName
{
color: #A87329;
}
</style>
background-color css
<style>
a { background-color: #A87329; }
a { background-color: rgb(168,115,41); }
div.DivClassName
{
background-color: #A87329;
}
.BgClassName
{
background-color: #A87329;
}
</style>
border-color css
<style>
span { border-color: #A87329; }
span { border-color: rgb(168,115,41); }
td.TdClassName
{
border-color: #A87329;
}
.TagClassName
{
border-color: #A87329;
}
</style>