Shades of Hot Toddy #A77231
Tints of Hot Toddy #A77231
RGB
CMYK
RGB Variations
Color information
#A77231 (or 0xA77231) is known color: Hot Toddy. HEX triplet: A7, 72 and 31. RGB value is (167,114,49). Sum of RGB (Red+Green+Blue) = 167+114+49=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A77231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77231 is #588DCE. Grayscale: #7A7A7A. Windows color (decimal): -5803471 or 3240615. OLE color: 3240615.
HSL color Cylindrical-coordinate representation of color #A77231: hue angle of 33.05º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A77231 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 49 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.35 |
| HSL | 33.05º | 0.55% | 0.42% | - |
| HSV(B) | 33.05º | 0.71% | 0.65% | - |
| XYZ | 22.51 | 20.47 | 5.67 | - |
| YUV | 122.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 49 | 0 | 0.32 | 0.71 | 0.35 | 33.05 | 0.55 | 0.42 |
| Hex | A7 | 72 | 31 | 0 | 20 | 47 | 23 | 21 | 37 | 2A |
| Octal | 247 | 162 | 61 | 0 | 40 | 107 | 43 | 41 | 67 | 52 |
| Binary | 10100111 | 1110010 | 110001 | 0 | 100000 | 1000111 | 100011 | 100001 | 110111 | 101010 |
Color Harmonies of #A77231
Complementary color
Monochromatic Colors of #A77231
Black with #A77231
Text Example
Text Example
White with #A77231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77231; }
p { color: rgb(167,114,49); }
H1.HeaderClassName
{
color: #A77231;
}
.AnyTagClassName
{
color: #A77231;
}
</style>
background-color css
<style>
a { background-color: #A77231; }
a { background-color: rgb(167,114,49); }
div.DivClassName
{
background-color: #A77231;
}
.BgClassName
{
background-color: #A77231;
}
</style>
border-color css
<style>
span { border-color: #A77231; }
span { border-color: rgb(167,114,49); }
td.TdClassName
{
border-color: #A77231;
}
.TagClassName
{
border-color: #A77231;
}
</style>