Shades of Hot Toddy #A77C35
Tints of Hot Toddy #A77C35
RGB
CMYK
RGB Variations
Color information
#A77C35 (or 0xA77C35) is known color: Hot Toddy. HEX triplet: A7, 7C and 35. RGB value is (167,124,53). Sum of RGB (Red+Green+Blue) = 167+124+53=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C35 is #5883CA. Grayscale: #818181. Windows color (decimal): -5800907 or 3505319. OLE color: 3505319.
HSL color Cylindrical-coordinate representation of color #A77C35: hue angle of 37.37º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A77C35 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 53 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.35 |
| HSL | 37.37º | 0.52% | 0.43% | - |
| HSV(B) | 37.37º | 0.68% | 0.65% | - |
| XYZ | 23.79 | 22.89 | 6.53 | - |
| YUV | 128.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 53 | 0 | 0.26 | 0.68 | 0.35 | 37.37 | 0.52 | 0.43 |
| Hex | A7 | 7C | 35 | 0 | 1A | 44 | 23 | 25 | 34 | 2B |
| Octal | 247 | 174 | 65 | 0 | 32 | 104 | 43 | 45 | 64 | 53 |
| Binary | 10100111 | 1111100 | 110101 | 0 | 11010 | 1000100 | 100011 | 100101 | 110100 | 101011 |
Color Harmonies of #A77C35
Complementary color
Monochromatic Colors of #A77C35
Black with #A77C35
Text Example
Text Example
White with #A77C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C35; }
p { color: rgb(167,124,53); }
H1.HeaderClassName
{
color: #A77C35;
}
.AnyTagClassName
{
color: #A77C35;
}
</style>
background-color css
<style>
a { background-color: #A77C35; }
a { background-color: rgb(167,124,53); }
div.DivClassName
{
background-color: #A77C35;
}
.BgClassName
{
background-color: #A77C35;
}
</style>
border-color css
<style>
span { border-color: #A77C35; }
span { border-color: rgb(167,124,53); }
td.TdClassName
{
border-color: #A77C35;
}
.TagClassName
{
border-color: #A77C35;
}
</style>