Shades of Hot Toddy #A87D29
Tints of Hot Toddy #A87D29
RGB
CMYK
RGB Variations
Color information
#A87D29 (or 0xA87D29) is known color: Hot Toddy. HEX triplet: A8, 7D and 29. RGB value is (168,125,41). Sum of RGB (Red+Green+Blue) = 168+125+41=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D29 is #5782D6. Grayscale: #808080. Windows color (decimal): -5735127 or 2719144. OLE color: 2719144.
HSL color Cylindrical-coordinate representation of color #A87D29: hue angle of 39.69º 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 #A87D29 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 41 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.34 |
| HSL | 39.69º | 0.61% | 0.41% | - |
| HSV(B) | 39.69º | 0.76% | 0.66% | - |
| XYZ | 23.88 | 23.15 | 5.31 | - |
| YUV | 128.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 41 | 0 | 0.26 | 0.76 | 0.34 | 39.69 | 0.61 | 0.41 |
| Hex | A8 | 7D | 29 | 0 | 1A | 4C | 22 | 28 | 3D | 29 |
| Octal | 250 | 175 | 51 | 0 | 32 | 114 | 42 | 50 | 75 | 51 |
| Binary | 10101000 | 1111101 | 101001 | 0 | 11010 | 1001100 | 100010 | 101000 | 111101 | 101001 |
Color Harmonies of #A87D29
Complementary color
Monochromatic Colors of #A87D29
Black with #A87D29
Text Example
Text Example
White with #A87D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D29; }
p { color: rgb(168,125,41); }
H1.HeaderClassName
{
color: #A87D29;
}
.AnyTagClassName
{
color: #A87D29;
}
</style>
background-color css
<style>
a { background-color: #A87D29; }
a { background-color: rgb(168,125,41); }
div.DivClassName
{
background-color: #A87D29;
}
.BgClassName
{
background-color: #A87D29;
}
</style>
border-color css
<style>
span { border-color: #A87D29; }
span { border-color: rgb(168,125,41); }
td.TdClassName
{
border-color: #A87D29;
}
.TagClassName
{
border-color: #A87D29;
}
</style>