Shades of Hot Toddy #A87229
Tints of Hot Toddy #A87229
RGB
CMYK
RGB Variations
Color information
#A87229 (or 0xA87229) is known color: Hot Toddy. HEX triplet: A8, 72 and 29. RGB value is (168,114,41). Sum of RGB (Red+Green+Blue) = 168+114+41=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A87229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87229 is #578DD6. Grayscale: #7A7A7A. Windows color (decimal): -5737943 or 2716328. OLE color: 2716328.
HSL color Cylindrical-coordinate representation of color #A87229: hue angle of 34.49º 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 #A87229 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 41 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.34 |
| HSL | 34.49º | 0.61% | 0.41% | - |
| HSV(B) | 34.49º | 0.76% | 0.66% | - |
| XYZ | 22.57 | 20.52 | 4.87 | - |
| YUV | 121.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 41 | 0 | 0.32 | 0.76 | 0.34 | 34.49 | 0.61 | 0.41 |
| Hex | A8 | 72 | 29 | 0 | 20 | 4C | 22 | 22 | 3D | 29 |
| Octal | 250 | 162 | 51 | 0 | 40 | 114 | 42 | 42 | 75 | 51 |
| Binary | 10101000 | 1110010 | 101001 | 0 | 100000 | 1001100 | 100010 | 100010 | 111101 | 101001 |
Color Harmonies of #A87229
Complementary color
Monochromatic Colors of #A87229
Black with #A87229
Text Example
Text Example
White with #A87229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87229; }
p { color: rgb(168,114,41); }
H1.HeaderClassName
{
color: #A87229;
}
.AnyTagClassName
{
color: #A87229;
}
</style>
background-color css
<style>
a { background-color: #A87229; }
a { background-color: rgb(168,114,41); }
div.DivClassName
{
background-color: #A87229;
}
.BgClassName
{
background-color: #A87229;
}
</style>
border-color css
<style>
span { border-color: #A87229; }
span { border-color: rgb(168,114,41); }
td.TdClassName
{
border-color: #A87229;
}
.TagClassName
{
border-color: #A87229;
}
</style>