Shades of Hot Toddy #A77E2D
Tints of Hot Toddy #A77E2D
RGB
CMYK
RGB Variations
Color information
#A77E2D (or 0xA77E2D) is known color: Hot Toddy. HEX triplet: A7, 7E and 2D. RGB value is (167,126,45). Sum of RGB (Red+Green+Blue) = 167+126+45=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77E2D is #5881D2. Grayscale: #818181. Windows color (decimal): -5800403 or 2981543. OLE color: 2981543.
HSL color Cylindrical-coordinate representation of color #A77E2D: hue angle of 39.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A77E2D is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 45 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.35 |
| HSL | 39.84º | 0.58% | 0.42% | - |
| HSV(B) | 39.84º | 0.73% | 0.65% | - |
| XYZ | 23.87 | 23.33 | 5.73 | - |
| YUV | 129.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 45 | 0 | 0.25 | 0.73 | 0.35 | 39.84 | 0.58 | 0.42 |
| Hex | A7 | 7E | 2D | 0 | 19 | 49 | 23 | 28 | 3A | 2A |
| Octal | 247 | 176 | 55 | 0 | 31 | 111 | 43 | 50 | 72 | 52 |
| Binary | 10100111 | 1111110 | 101101 | 0 | 11001 | 1001001 | 100011 | 101000 | 111010 | 101010 |
Color Harmonies of #A77E2D
Complementary color
Monochromatic Colors of #A77E2D
Black with #A77E2D
Text Example
Text Example
White with #A77E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E2D; }
p { color: rgb(167,126,45); }
H1.HeaderClassName
{
color: #A77E2D;
}
.AnyTagClassName
{
color: #A77E2D;
}
</style>
background-color css
<style>
a { background-color: #A77E2D; }
a { background-color: rgb(167,126,45); }
div.DivClassName
{
background-color: #A77E2D;
}
.BgClassName
{
background-color: #A77E2D;
}
</style>
border-color css
<style>
span { border-color: #A77E2D; }
span { border-color: rgb(167,126,45); }
td.TdClassName
{
border-color: #A77E2D;
}
.TagClassName
{
border-color: #A77E2D;
}
</style>