Shades of Hot Toddy #A77C32
Tints of Hot Toddy #A77C32
RGB
CMYK
RGB Variations
Color information
#A77C32 (or 0xA77C32) is known color: Hot Toddy. HEX triplet: A7, 7C and 32. RGB value is (167,124,50). Sum of RGB (Red+Green+Blue) = 167+124+50=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C32 is #5883CD. Grayscale: #808080. Windows color (decimal): -5800910 or 3308711. OLE color: 3308711.
HSL color Cylindrical-coordinate representation of color #A77C32: hue angle of 37.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A77C32 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 50 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.35 |
| HSL | 37.95º | 0.54% | 0.43% | - |
| HSV(B) | 37.95º | 0.7% | 0.65% | - |
| XYZ | 23.72 | 22.86 | 6.18 | - |
| YUV | 128.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 50 | 0 | 0.26 | 0.70 | 0.35 | 37.95 | 0.54 | 0.43 |
| Hex | A7 | 7C | 32 | 0 | 1A | 46 | 23 | 26 | 36 | 2B |
| Octal | 247 | 174 | 62 | 0 | 32 | 106 | 43 | 46 | 66 | 53 |
| Binary | 10100111 | 1111100 | 110010 | 0 | 11010 | 1000110 | 100011 | 100110 | 110110 | 101011 |
Color Harmonies of #A77C32
Complementary color
Monochromatic Colors of #A77C32
Black with #A77C32
Text Example
Text Example
White with #A77C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C32; }
p { color: rgb(167,124,50); }
H1.HeaderClassName
{
color: #A77C32;
}
.AnyTagClassName
{
color: #A77C32;
}
</style>
background-color css
<style>
a { background-color: #A77C32; }
a { background-color: rgb(167,124,50); }
div.DivClassName
{
background-color: #A77C32;
}
.BgClassName
{
background-color: #A77C32;
}
</style>
border-color css
<style>
span { border-color: #A77C32; }
span { border-color: rgb(167,124,50); }
td.TdClassName
{
border-color: #A77C32;
}
.TagClassName
{
border-color: #A77C32;
}
</style>