Shades of Hot Toddy #A76C2B
Tints of Hot Toddy #A76C2B
RGB
CMYK
RGB Variations
Color information
#A76C2B (or 0xA76C2B) is known color: Hot Toddy. HEX triplet: A7, 6C and 2B. RGB value is (167,108,43). Sum of RGB (Red+Green+Blue) = 167+108+43=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C2B is #5893D4. Grayscale: #767676. Windows color (decimal): -5805013 or 2845863. OLE color: 2845863.
HSL color Cylindrical-coordinate representation of color #A76C2B: hue angle of 31.45º degrees, saturation: 0.59, 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 #A76C2B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 108 | 43 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.35 |
| HSL | 31.45º | 0.59% | 0.41% | - |
| HSV(B) | 31.45º | 0.74% | 0.65% | - |
| XYZ | 21.73 | 19.12 | 4.83 | - |
| YUV | 118.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 108 | 43 | 0 | 0.35 | 0.74 | 0.35 | 31.45 | 0.59 | 0.41 |
| Hex | A7 | 6C | 2B | 0 | 23 | 4A | 23 | 1F | 3B | 29 |
| Octal | 247 | 154 | 53 | 0 | 43 | 112 | 43 | 37 | 73 | 51 |
| Binary | 10100111 | 1101100 | 101011 | 0 | 100011 | 1001010 | 100011 | 11111 | 111011 | 101001 |
Color Harmonies of #A76C2B
Complementary color
Monochromatic Colors of #A76C2B
Black with #A76C2B
Text Example
Text Example
White with #A76C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76C2B; }
p { color: rgb(167,108,43); }
H1.HeaderClassName
{
color: #A76C2B;
}
.AnyTagClassName
{
color: #A76C2B;
}
</style>
background-color css
<style>
a { background-color: #A76C2B; }
a { background-color: rgb(167,108,43); }
div.DivClassName
{
background-color: #A76C2B;
}
.BgClassName
{
background-color: #A76C2B;
}
</style>
border-color css
<style>
span { border-color: #A76C2B; }
span { border-color: rgb(167,108,43); }
td.TdClassName
{
border-color: #A76C2B;
}
.TagClassName
{
border-color: #A76C2B;
}
</style>