Shades of Hot Toddy #A47229
Tints of Hot Toddy #A47229
RGB
CMYK
RGB Variations
Color information
#A47229 (or 0xA47229) is known color: Hot Toddy. HEX triplet: A4, 72 and 29. RGB value is (164,114,41). Sum of RGB (Red+Green+Blue) = 164+114+41=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A47229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47229 is #5B8DD6. Grayscale: #787878. Windows color (decimal): -6000087 or 2716324. OLE color: 2716324.
HSL color Cylindrical-coordinate representation of color #A47229: hue angle of 35.61º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A47229 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 114 | 41 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.36 |
| HSL | 35.61º | 0.6% | 0.4% | - |
| HSV(B) | 35.61º | 0.75% | 0.64% | - |
| XYZ | 21.73 | 20.09 | 4.83 | - |
| YUV | 120.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 41 | 0 | 0.30 | 0.75 | 0.36 | 35.61 | 0.6 | 0.4 |
| Hex | A4 | 72 | 29 | 0 | 1E | 4B | 24 | 24 | 3C | 28 |
| Octal | 244 | 162 | 51 | 0 | 36 | 113 | 44 | 44 | 74 | 50 |
| Binary | 10100100 | 1110010 | 101001 | 0 | 11110 | 1001011 | 100100 | 100100 | 111100 | 101000 |
Color Harmonies of #A47229
Complementary color
Monochromatic Colors of #A47229
Black with #A47229
Text Example
Text Example
White with #A47229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47229; }
p { color: rgb(164,114,41); }
H1.HeaderClassName
{
color: #A47229;
}
.AnyTagClassName
{
color: #A47229;
}
</style>
background-color css
<style>
a { background-color: #A47229; }
a { background-color: rgb(164,114,41); }
div.DivClassName
{
background-color: #A47229;
}
.BgClassName
{
background-color: #A47229;
}
</style>
border-color css
<style>
span { border-color: #A47229; }
span { border-color: rgb(164,114,41); }
td.TdClassName
{
border-color: #A47229;
}
.TagClassName
{
border-color: #A47229;
}
</style>