Shades of Hot Toddy #A67E2C
Tints of Hot Toddy #A67E2C
RGB
CMYK
RGB Variations
Color information
#A67E2C (or 0xA67E2C) is known color: Hot Toddy. HEX triplet: A6, 7E and 2C. RGB value is (166,126,44). Sum of RGB (Red+Green+Blue) = 166+126+44=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E2C is #5981D3. Grayscale: #808080. Windows color (decimal): -5865940 or 2916006. OLE color: 2916006.
HSL color Cylindrical-coordinate representation of color #A67E2C: hue angle of 40.33º 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 #A67E2C is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 44 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.35 |
| HSL | 40.33º | 0.58% | 0.41% | - |
| HSV(B) | 40.33º | 0.73% | 0.65% | - |
| XYZ | 23.64 | 23.21 | 5.62 | - |
| YUV | 128.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 44 | 0 | 0.24 | 0.73 | 0.35 | 40.33 | 0.58 | 0.41 |
| Hex | A6 | 7E | 2C | 0 | 18 | 49 | 23 | 28 | 3A | 29 |
| Octal | 246 | 176 | 54 | 0 | 30 | 111 | 43 | 50 | 72 | 51 |
| Binary | 10100110 | 1111110 | 101100 | 0 | 11000 | 1001001 | 100011 | 101000 | 111010 | 101001 |
Color Harmonies of #A67E2C
Complementary color
Monochromatic Colors of #A67E2C
Black with #A67E2C
Text Example
Text Example
White with #A67E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E2C; }
p { color: rgb(166,126,44); }
H1.HeaderClassName
{
color: #A67E2C;
}
.AnyTagClassName
{
color: #A67E2C;
}
</style>
background-color css
<style>
a { background-color: #A67E2C; }
a { background-color: rgb(166,126,44); }
div.DivClassName
{
background-color: #A67E2C;
}
.BgClassName
{
background-color: #A67E2C;
}
</style>
border-color css
<style>
span { border-color: #A67E2C; }
span { border-color: rgb(166,126,44); }
td.TdClassName
{
border-color: #A67E2C;
}
.TagClassName
{
border-color: #A67E2C;
}
</style>