Shades of Hot Toddy #A77A2C
Tints of Hot Toddy #A77A2C
RGB
CMYK
RGB Variations
Color information
#A77A2C (or 0xA77A2C) is known color: Hot Toddy. HEX triplet: A7, 7A and 2C. RGB value is (167,122,44). Sum of RGB (Red+Green+Blue) = 167+122+44=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A2C is #5885D3. Grayscale: #7E7E7E. Windows color (decimal): -5801428 or 2914983. OLE color: 2914983.
HSL color Cylindrical-coordinate representation of color #A77A2C: hue angle of 38.05º 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 #A77A2C is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 44 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.35 |
| HSL | 38.05º | 0.58% | 0.41% | - |
| HSV(B) | 38.05º | 0.74% | 0.65% | - |
| XYZ | 23.35 | 22.32 | 5.46 | - |
| YUV | 126.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 44 | 0 | 0.27 | 0.74 | 0.35 | 38.05 | 0.58 | 0.41 |
| Hex | A7 | 7A | 2C | 0 | 1B | 4A | 23 | 26 | 3A | 29 |
| Octal | 247 | 172 | 54 | 0 | 33 | 112 | 43 | 46 | 72 | 51 |
| Binary | 10100111 | 1111010 | 101100 | 0 | 11011 | 1001010 | 100011 | 100110 | 111010 | 101001 |
Color Harmonies of #A77A2C
Complementary color
Monochromatic Colors of #A77A2C
Black with #A77A2C
Text Example
Text Example
White with #A77A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A2C; }
p { color: rgb(167,122,44); }
H1.HeaderClassName
{
color: #A77A2C;
}
.AnyTagClassName
{
color: #A77A2C;
}
</style>
background-color css
<style>
a { background-color: #A77A2C; }
a { background-color: rgb(167,122,44); }
div.DivClassName
{
background-color: #A77A2C;
}
.BgClassName
{
background-color: #A77A2C;
}
</style>
border-color css
<style>
span { border-color: #A77A2C; }
span { border-color: rgb(167,122,44); }
td.TdClassName
{
border-color: #A77A2C;
}
.TagClassName
{
border-color: #A77A2C;
}
</style>