Shades of Hot Toddy #A77E2E
Tints of Hot Toddy #A77E2E
RGB
CMYK
RGB Variations
Color information
#A77E2E (or 0xA77E2E) is known color: Hot Toddy. HEX triplet: A7, 7E and 2E. RGB value is (167,126,46). Sum of RGB (Red+Green+Blue) = 167+126+46=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77E2E is #5881D1. Grayscale: #818181. Windows color (decimal): -5800402 or 3047079. OLE color: 3047079.
HSL color Cylindrical-coordinate representation of color #A77E2E: hue angle of 39.67º 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 #A77E2E is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 46 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.35 |
| HSL | 39.67º | 0.57% | 0.42% | - |
| HSV(B) | 39.67º | 0.72% | 0.65% | - |
| XYZ | 23.89 | 23.33 | 5.83 | - |
| YUV | 129.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 46 | 0 | 0.25 | 0.72 | 0.35 | 39.67 | 0.57 | 0.42 |
| Hex | A7 | 7E | 2E | 0 | 19 | 48 | 23 | 28 | 39 | 2A |
| Octal | 247 | 176 | 56 | 0 | 31 | 110 | 43 | 50 | 71 | 52 |
| Binary | 10100111 | 1111110 | 101110 | 0 | 11001 | 1001000 | 100011 | 101000 | 111001 | 101010 |
Color Harmonies of #A77E2E
Complementary color
Monochromatic Colors of #A77E2E
Black with #A77E2E
Text Example
Text Example
White with #A77E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E2E; }
p { color: rgb(167,126,46); }
H1.HeaderClassName
{
color: #A77E2E;
}
.AnyTagClassName
{
color: #A77E2E;
}
</style>
background-color css
<style>
a { background-color: #A77E2E; }
a { background-color: rgb(167,126,46); }
div.DivClassName
{
background-color: #A77E2E;
}
.BgClassName
{
background-color: #A77E2E;
}
</style>
border-color css
<style>
span { border-color: #A77E2E; }
span { border-color: rgb(167,126,46); }
td.TdClassName
{
border-color: #A77E2E;
}
.TagClassName
{
border-color: #A77E2E;
}
</style>