Shades of Hot Toddy #A77136
Tints of Hot Toddy #A77136
RGB
CMYK
RGB Variations
Color information
#A77136 (or 0xA77136) is known color: Hot Toddy. HEX triplet: A7, 71 and 36. RGB value is (167,113,54). Sum of RGB (Red+Green+Blue) = 167+113+54=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A77136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77136 is #588EC9. Grayscale: #7A7A7A. Windows color (decimal): -5803722 or 3568039. OLE color: 3568039.
HSL color Cylindrical-coordinate representation of color #A77136: hue angle of 31.33º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A77136 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 54 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.35 |
| HSL | 31.33º | 0.51% | 0.43% | - |
| HSV(B) | 31.33º | 0.68% | 0.65% | - |
| XYZ | 22.51 | 20.29 | 6.22 | - |
| YUV | 122.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 54 | 0 | 0.32 | 0.68 | 0.35 | 31.33 | 0.51 | 0.43 |
| Hex | A7 | 71 | 36 | 0 | 20 | 44 | 23 | 1F | 33 | 2B |
| Octal | 247 | 161 | 66 | 0 | 40 | 104 | 43 | 37 | 63 | 53 |
| Binary | 10100111 | 1110001 | 110110 | 0 | 100000 | 1000100 | 100011 | 11111 | 110011 | 101011 |
Color Harmonies of #A77136
Complementary color
Monochromatic Colors of #A77136
Black with #A77136
Text Example
Text Example
White with #A77136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77136; }
p { color: rgb(167,113,54); }
H1.HeaderClassName
{
color: #A77136;
}
.AnyTagClassName
{
color: #A77136;
}
</style>
background-color css
<style>
a { background-color: #A77136; }
a { background-color: rgb(167,113,54); }
div.DivClassName
{
background-color: #A77136;
}
.BgClassName
{
background-color: #A77136;
}
</style>
border-color css
<style>
span { border-color: #A77136; }
span { border-color: rgb(167,113,54); }
td.TdClassName
{
border-color: #A77136;
}
.TagClassName
{
border-color: #A77136;
}
</style>