Shades of Hot Toddy #A77229
Tints of Hot Toddy #A77229
RGB
CMYK
RGB Variations
Color information
#A77229 (or 0xA77229) is known color: Hot Toddy. HEX triplet: A7, 72 and 29. RGB value is (167,114,41). Sum of RGB (Red+Green+Blue) = 167+114+41=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A77229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77229 is #588DD6. Grayscale: #797979. Windows color (decimal): -5803479 or 2716327. OLE color: 2716327.
HSL color Cylindrical-coordinate representation of color #A77229: hue angle of 34.76º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A77229 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 41 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.35 |
| HSL | 34.76º | 0.61% | 0.41% | - |
| HSV(B) | 34.76º | 0.75% | 0.65% | - |
| XYZ | 22.35 | 20.41 | 4.86 | - |
| YUV | 121.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 41 | 0 | 0.32 | 0.75 | 0.35 | 34.76 | 0.61 | 0.41 |
| Hex | A7 | 72 | 29 | 0 | 20 | 4B | 23 | 23 | 3D | 29 |
| Octal | 247 | 162 | 51 | 0 | 40 | 113 | 43 | 43 | 75 | 51 |
| Binary | 10100111 | 1110010 | 101001 | 0 | 100000 | 1001011 | 100011 | 100011 | 111101 | 101001 |
Color Harmonies of #A77229
Complementary color
Monochromatic Colors of #A77229
Black with #A77229
Text Example
Text Example
White with #A77229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77229; }
p { color: rgb(167,114,41); }
H1.HeaderClassName
{
color: #A77229;
}
.AnyTagClassName
{
color: #A77229;
}
</style>
background-color css
<style>
a { background-color: #A77229; }
a { background-color: rgb(167,114,41); }
div.DivClassName
{
background-color: #A77229;
}
.BgClassName
{
background-color: #A77229;
}
</style>
border-color css
<style>
span { border-color: #A77229; }
span { border-color: rgb(167,114,41); }
td.TdClassName
{
border-color: #A77229;
}
.TagClassName
{
border-color: #A77229;
}
</style>