Shades of Hot Toddy #A67C2C
Tints of Hot Toddy #A67C2C
RGB
CMYK
RGB Variations
Color information
#A67C2C (or 0xA67C2C) is known color: Hot Toddy. HEX triplet: A6, 7C and 2C. RGB value is (166,124,44). Sum of RGB (Red+Green+Blue) = 166+124+44=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C2C is #5983D3. Grayscale: #7F7F7F. Windows color (decimal): -5866452 or 2915494. OLE color: 2915494.
HSL color Cylindrical-coordinate representation of color #A67C2C: hue angle of 39.34º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A67C2C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 44 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.35 |
| HSL | 39.34º | 0.58% | 0.41% | - |
| HSV(B) | 39.34º | 0.73% | 0.65% | - |
| XYZ | 23.39 | 22.7 | 5.53 | - |
| YUV | 127.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 44 | 0 | 0.25 | 0.73 | 0.35 | 39.34 | 0.58 | 0.41 |
| Hex | A6 | 7C | 2C | 0 | 19 | 49 | 23 | 27 | 3A | 29 |
| Octal | 246 | 174 | 54 | 0 | 31 | 111 | 43 | 47 | 72 | 51 |
| Binary | 10100110 | 1111100 | 101100 | 0 | 11001 | 1001001 | 100011 | 100111 | 111010 | 101001 |
Color Harmonies of #A67C2C
Complementary color
Monochromatic Colors of #A67C2C
Black with #A67C2C
Text Example
Text Example
White with #A67C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C2C; }
p { color: rgb(166,124,44); }
H1.HeaderClassName
{
color: #A67C2C;
}
.AnyTagClassName
{
color: #A67C2C;
}
</style>
background-color css
<style>
a { background-color: #A67C2C; }
a { background-color: rgb(166,124,44); }
div.DivClassName
{
background-color: #A67C2C;
}
.BgClassName
{
background-color: #A67C2C;
}
</style>
border-color css
<style>
span { border-color: #A67C2C; }
span { border-color: rgb(166,124,44); }
td.TdClassName
{
border-color: #A67C2C;
}
.TagClassName
{
border-color: #A67C2C;
}
</style>