Shades of Hot Toddy #A7712E
Tints of Hot Toddy #A7712E
RGB
CMYK
RGB Variations
Color information
#A7712E (or 0xA7712E) is known color: Hot Toddy. HEX triplet: A7, 71 and 2E. RGB value is (167,113,46). Sum of RGB (Red+Green+Blue) = 167+113+46=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7712E is #588ED1. Grayscale: #797979. Windows color (decimal): -5803730 or 3043751. OLE color: 3043751.
HSL color Cylindrical-coordinate representation of color #A7712E: hue angle of 33.22º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7712E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 46 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.35 |
| HSL | 33.22º | 0.57% | 0.42% | - |
| HSV(B) | 33.22º | 0.72% | 0.65% | - |
| XYZ | 22.33 | 20.22 | 5.31 | - |
| YUV | 121.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 46 | 0 | 0.32 | 0.72 | 0.35 | 33.22 | 0.57 | 0.42 |
| Hex | A7 | 71 | 2E | 0 | 20 | 48 | 23 | 21 | 39 | 2A |
| Octal | 247 | 161 | 56 | 0 | 40 | 110 | 43 | 41 | 71 | 52 |
| Binary | 10100111 | 1110001 | 101110 | 0 | 100000 | 1001000 | 100011 | 100001 | 111001 | 101010 |
Color Harmonies of #A7712E
Complementary color
Monochromatic Colors of #A7712E
Black with #A7712E
Text Example
Text Example
White with #A7712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7712E; }
p { color: rgb(167,113,46); }
H1.HeaderClassName
{
color: #A7712E;
}
.AnyTagClassName
{
color: #A7712E;
}
</style>
background-color css
<style>
a { background-color: #A7712E; }
a { background-color: rgb(167,113,46); }
div.DivClassName
{
background-color: #A7712E;
}
.BgClassName
{
background-color: #A7712E;
}
</style>
border-color css
<style>
span { border-color: #A7712E; }
span { border-color: rgb(167,113,46); }
td.TdClassName
{
border-color: #A7712E;
}
.TagClassName
{
border-color: #A7712E;
}
</style>