Shades of Hot Toddy #A77B2A
Tints of Hot Toddy #A77B2A
RGB
CMYK
RGB Variations
Color information
#A77B2A (or 0xA77B2A) is known color: Hot Toddy. HEX triplet: A7, 7B and 2A. RGB value is (167,123,42). Sum of RGB (Red+Green+Blue) = 167+123+42=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77B2A is #5884D5. Grayscale: #7F7F7F. Windows color (decimal): -5801174 or 2784167. OLE color: 2784167.
HSL color Cylindrical-coordinate representation of color #A77B2A: hue angle of 38.88º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A77B2A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 42 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.35 |
| HSL | 38.88º | 0.6% | 0.41% | - |
| HSV(B) | 38.88º | 0.75% | 0.65% | - |
| XYZ | 23.44 | 22.55 | 5.31 | - |
| YUV | 126.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 42 | 0 | 0.26 | 0.75 | 0.35 | 38.88 | 0.6 | 0.41 |
| Hex | A7 | 7B | 2A | 0 | 1A | 4B | 23 | 27 | 3C | 29 |
| Octal | 247 | 173 | 52 | 0 | 32 | 113 | 43 | 47 | 74 | 51 |
| Binary | 10100111 | 1111011 | 101010 | 0 | 11010 | 1001011 | 100011 | 100111 | 111100 | 101001 |
Color Harmonies of #A77B2A
Complementary color
Monochromatic Colors of #A77B2A
Black with #A77B2A
Text Example
Text Example
White with #A77B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B2A; }
p { color: rgb(167,123,42); }
H1.HeaderClassName
{
color: #A77B2A;
}
.AnyTagClassName
{
color: #A77B2A;
}
</style>
background-color css
<style>
a { background-color: #A77B2A; }
a { background-color: rgb(167,123,42); }
div.DivClassName
{
background-color: #A77B2A;
}
.BgClassName
{
background-color: #A77B2A;
}
</style>
border-color css
<style>
span { border-color: #A77B2A; }
span { border-color: rgb(167,123,42); }
td.TdClassName
{
border-color: #A77B2A;
}
.TagClassName
{
border-color: #A77B2A;
}
</style>