Shades of Hot Toddy #A76C2A
Tints of Hot Toddy #A76C2A
RGB
CMYK
RGB Variations
Color information
#A76C2A (or 0xA76C2A) is known color: Hot Toddy. HEX triplet: A7, 6C and 2A. RGB value is (167,108,42). Sum of RGB (Red+Green+Blue) = 167+108+42=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C2A is #5893D5. Grayscale: #767676. Windows color (decimal): -5805014 or 2780327. OLE color: 2780327.
HSL color Cylindrical-coordinate representation of color #A76C2A: hue angle of 31.68º 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 #A76C2A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 42 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.35 |
| HSL | 31.68º | 0.6% | 0.41% | - |
| HSV(B) | 31.68º | 0.75% | 0.65% | - |
| XYZ | 21.72 | 19.11 | 4.73 | - |
| YUV | 118.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 42 | 0 | 0.35 | 0.75 | 0.35 | 31.68 | 0.6 | 0.41 |
| Hex | A7 | 6C | 2A | 0 | 23 | 4B | 23 | 20 | 3C | 29 |
| Octal | 247 | 154 | 52 | 0 | 43 | 113 | 43 | 40 | 74 | 51 |
| Binary | 10100111 | 1101100 | 101010 | 0 | 100011 | 1001011 | 100011 | 100000 | 111100 | 101001 |
Color Harmonies of #A76C2A
Complementary color
Monochromatic Colors of #A76C2A
Black with #A76C2A
Text Example
Text Example
White with #A76C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C2A; }
p { color: rgb(167,108,42); }
H1.HeaderClassName
{
color: #A76C2A;
}
.AnyTagClassName
{
color: #A76C2A;
}
</style>
background-color css
<style>
a { background-color: #A76C2A; }
a { background-color: rgb(167,108,42); }
div.DivClassName
{
background-color: #A76C2A;
}
.BgClassName
{
background-color: #A76C2A;
}
</style>
border-color css
<style>
span { border-color: #A76C2A; }
span { border-color: rgb(167,108,42); }
td.TdClassName
{
border-color: #A76C2A;
}
.TagClassName
{
border-color: #A76C2A;
}
</style>