Shades of Hot Toddy #A77C2A
Tints of Hot Toddy #A77C2A
RGB
CMYK
RGB Variations
Color information
#A77C2A (or 0xA77C2A) is known color: Hot Toddy. HEX triplet: A7, 7C and 2A. RGB value is (167,124,42). Sum of RGB (Red+Green+Blue) = 167+124+42=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C2A is #5883D5. Grayscale: #7F7F7F. Windows color (decimal): -5800918 or 2784423. OLE color: 2784423.
HSL color Cylindrical-coordinate representation of color #A77C2A: hue angle of 39.36º degrees, saturation: 0.6, 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 #A77C2A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 42 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.35 |
| HSL | 39.36º | 0.6% | 0.41% | - |
| HSV(B) | 39.36º | 0.75% | 0.65% | - |
| XYZ | 23.56 | 22.8 | 5.35 | - |
| YUV | 127.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 42 | 0 | 0.26 | 0.75 | 0.35 | 39.36 | 0.6 | 0.41 |
| Hex | A7 | 7C | 2A | 0 | 1A | 4B | 23 | 27 | 3C | 29 |
| Octal | 247 | 174 | 52 | 0 | 32 | 113 | 43 | 47 | 74 | 51 |
| Binary | 10100111 | 1111100 | 101010 | 0 | 11010 | 1001011 | 100011 | 100111 | 111100 | 101001 |
Color Harmonies of #A77C2A
Complementary color
Monochromatic Colors of #A77C2A
Black with #A77C2A
Text Example
Text Example
White with #A77C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C2A; }
p { color: rgb(167,124,42); }
H1.HeaderClassName
{
color: #A77C2A;
}
.AnyTagClassName
{
color: #A77C2A;
}
</style>
background-color css
<style>
a { background-color: #A77C2A; }
a { background-color: rgb(167,124,42); }
div.DivClassName
{
background-color: #A77C2A;
}
.BgClassName
{
background-color: #A77C2A;
}
</style>
border-color css
<style>
span { border-color: #A77C2A; }
span { border-color: rgb(167,124,42); }
td.TdClassName
{
border-color: #A77C2A;
}
.TagClassName
{
border-color: #A77C2A;
}
</style>