Shades of Hot Toddy #A77129
Tints of Hot Toddy #A77129
RGB
CMYK
RGB Variations
Color information
#A77129 (or 0xA77129) is known color: Hot Toddy. HEX triplet: A7, 71 and 29. RGB value is (167,113,41). Sum of RGB (Red+Green+Blue) = 167+113+41=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A77129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77129 is #588ED6. Grayscale: #797979. Windows color (decimal): -5803735 or 2716071. OLE color: 2716071.
HSL color Cylindrical-coordinate representation of color #A77129: hue angle of 34.29º 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 #A77129 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 41 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.35 |
| HSL | 34.29º | 0.61% | 0.41% | - |
| HSV(B) | 34.29º | 0.75% | 0.65% | - |
| XYZ | 22.24 | 20.19 | 4.82 | - |
| YUV | 120.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 41 | 0 | 0.32 | 0.75 | 0.35 | 34.29 | 0.61 | 0.41 |
| Hex | A7 | 71 | 29 | 0 | 20 | 4B | 23 | 22 | 3D | 29 |
| Octal | 247 | 161 | 51 | 0 | 40 | 113 | 43 | 42 | 75 | 51 |
| Binary | 10100111 | 1110001 | 101001 | 0 | 100000 | 1001011 | 100011 | 100010 | 111101 | 101001 |
Color Harmonies of #A77129
Complementary color
Monochromatic Colors of #A77129
Black with #A77129
Text Example
Text Example
White with #A77129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77129; }
p { color: rgb(167,113,41); }
H1.HeaderClassName
{
color: #A77129;
}
.AnyTagClassName
{
color: #A77129;
}
</style>
background-color css
<style>
a { background-color: #A77129; }
a { background-color: rgb(167,113,41); }
div.DivClassName
{
background-color: #A77129;
}
.BgClassName
{
background-color: #A77129;
}
</style>
border-color css
<style>
span { border-color: #A77129; }
span { border-color: rgb(167,113,41); }
td.TdClassName
{
border-color: #A77129;
}
.TagClassName
{
border-color: #A77129;
}
</style>