Shades of Hot Toddy #A77C33
Tints of Hot Toddy #A77C33
RGB
CMYK
RGB Variations
Color information
#A77C33 (or 0xA77C33) is known color: Hot Toddy. HEX triplet: A7, 7C and 33. RGB value is (167,124,51). Sum of RGB (Red+Green+Blue) = 167+124+51=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C33 is #5883CC. Grayscale: #808080. Windows color (decimal): -5800909 or 3374247. OLE color: 3374247.
HSL color Cylindrical-coordinate representation of color #A77C33: hue angle of 37.76º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A77C33 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 51 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.35 |
| HSL | 37.76º | 0.53% | 0.43% | - |
| HSV(B) | 37.76º | 0.69% | 0.65% | - |
| XYZ | 23.74 | 22.87 | 6.29 | - |
| YUV | 128.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 51 | 0 | 0.26 | 0.69 | 0.35 | 37.76 | 0.53 | 0.43 |
| Hex | A7 | 7C | 33 | 0 | 1A | 45 | 23 | 26 | 35 | 2B |
| Octal | 247 | 174 | 63 | 0 | 32 | 105 | 43 | 46 | 65 | 53 |
| Binary | 10100111 | 1111100 | 110011 | 0 | 11010 | 1000101 | 100011 | 100110 | 110101 | 101011 |
Color Harmonies of #A77C33
Complementary color
Monochromatic Colors of #A77C33
Black with #A77C33
Text Example
Text Example
White with #A77C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C33; }
p { color: rgb(167,124,51); }
H1.HeaderClassName
{
color: #A77C33;
}
.AnyTagClassName
{
color: #A77C33;
}
</style>
background-color css
<style>
a { background-color: #A77C33; }
a { background-color: rgb(167,124,51); }
div.DivClassName
{
background-color: #A77C33;
}
.BgClassName
{
background-color: #A77C33;
}
</style>
border-color css
<style>
span { border-color: #A77C33; }
span { border-color: rgb(167,124,51); }
td.TdClassName
{
border-color: #A77C33;
}
.TagClassName
{
border-color: #A77C33;
}
</style>