Shades of Hot Toddy #A77B2C
Tints of Hot Toddy #A77B2C
RGB
CMYK
RGB Variations
Color information
#A77B2C (or 0xA77B2C) is known color: Hot Toddy. HEX triplet: A7, 7B and 2C. RGB value is (167,123,44). Sum of RGB (Red+Green+Blue) = 167+123+44=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77B2C is #5884D3. Grayscale: #7F7F7F. Windows color (decimal): -5801172 or 2915239. OLE color: 2915239.
HSL color Cylindrical-coordinate representation of color #A77B2C: hue angle of 38.54º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A77B2C is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 44 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.35 |
| HSL | 38.54º | 0.58% | 0.41% | - |
| HSV(B) | 38.54º | 0.74% | 0.65% | - |
| XYZ | 23.47 | 22.56 | 5.5 | - |
| YUV | 127.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 44 | 0 | 0.26 | 0.74 | 0.35 | 38.54 | 0.58 | 0.41 |
| Hex | A7 | 7B | 2C | 0 | 1A | 4A | 23 | 27 | 3A | 29 |
| Octal | 247 | 173 | 54 | 0 | 32 | 112 | 43 | 47 | 72 | 51 |
| Binary | 10100111 | 1111011 | 101100 | 0 | 11010 | 1001010 | 100011 | 100111 | 111010 | 101001 |
Color Harmonies of #A77B2C
Complementary color
Monochromatic Colors of #A77B2C
Black with #A77B2C
Text Example
Text Example
White with #A77B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B2C; }
p { color: rgb(167,123,44); }
H1.HeaderClassName
{
color: #A77B2C;
}
.AnyTagClassName
{
color: #A77B2C;
}
</style>
background-color css
<style>
a { background-color: #A77B2C; }
a { background-color: rgb(167,123,44); }
div.DivClassName
{
background-color: #A77B2C;
}
.BgClassName
{
background-color: #A77B2C;
}
</style>
border-color css
<style>
span { border-color: #A77B2C; }
span { border-color: rgb(167,123,44); }
td.TdClassName
{
border-color: #A77B2C;
}
.TagClassName
{
border-color: #A77B2C;
}
</style>