Shades of Hot Toddy #A77C2F
Tints of Hot Toddy #A77C2F
RGB
CMYK
RGB Variations
Color information
#A77C2F (or 0xA77C2F) is known color: Hot Toddy. HEX triplet: A7, 7C and 2F. RGB value is (167,124,47). Sum of RGB (Red+Green+Blue) = 167+124+47=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C2F is #5883D0. Grayscale: #808080. Windows color (decimal): -5800913 or 3112103. OLE color: 3112103.
HSL color Cylindrical-coordinate representation of color #A77C2F: hue angle of 38.5º degrees, saturation: 0.56, 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 #A77C2F is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 47 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.35 |
| HSL | 38.5º | 0.56% | 0.42% | - |
| HSV(B) | 38.5º | 0.72% | 0.65% | - |
| XYZ | 23.66 | 22.84 | 5.85 | - |
| YUV | 128.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 47 | 0 | 0.26 | 0.72 | 0.35 | 38.5 | 0.56 | 0.42 |
| Hex | A7 | 7C | 2F | 0 | 1A | 48 | 23 | 26 | 38 | 2A |
| Octal | 247 | 174 | 57 | 0 | 32 | 110 | 43 | 46 | 70 | 52 |
| Binary | 10100111 | 1111100 | 101111 | 0 | 11010 | 1001000 | 100011 | 100110 | 111000 | 101010 |
Color Harmonies of #A77C2F
Complementary color
Monochromatic Colors of #A77C2F
Black with #A77C2F
Text Example
Text Example
White with #A77C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C2F; }
p { color: rgb(167,124,47); }
H1.HeaderClassName
{
color: #A77C2F;
}
.AnyTagClassName
{
color: #A77C2F;
}
</style>
background-color css
<style>
a { background-color: #A77C2F; }
a { background-color: rgb(167,124,47); }
div.DivClassName
{
background-color: #A77C2F;
}
.BgClassName
{
background-color: #A77C2F;
}
</style>
border-color css
<style>
span { border-color: #A77C2F; }
span { border-color: rgb(167,124,47); }
td.TdClassName
{
border-color: #A77C2F;
}
.TagClassName
{
border-color: #A77C2F;
}
</style>