Shades of Hot Toddy #A67C2D
Tints of Hot Toddy #A67C2D
RGB
CMYK
RGB Variations
Color information
#A67C2D (or 0xA67C2D) is known color: Hot Toddy. HEX triplet: A6, 7C and 2D. RGB value is (166,124,45). Sum of RGB (Red+Green+Blue) = 166+124+45=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C2D is #5983D2. Grayscale: #7F7F7F. Windows color (decimal): -5866451 or 2981030. OLE color: 2981030.
HSL color Cylindrical-coordinate representation of color #A67C2D: hue angle of 39.17º degrees, saturation: 0.57, 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 #A67C2D is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 45 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.35 |
| HSL | 39.17º | 0.57% | 0.41% | - |
| HSV(B) | 39.17º | 0.73% | 0.65% | - |
| XYZ | 23.41 | 22.71 | 5.63 | - |
| YUV | 127.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 45 | 0 | 0.25 | 0.73 | 0.35 | 39.17 | 0.57 | 0.41 |
| Hex | A6 | 7C | 2D | 0 | 19 | 49 | 23 | 27 | 39 | 29 |
| Octal | 246 | 174 | 55 | 0 | 31 | 111 | 43 | 47 | 71 | 51 |
| Binary | 10100110 | 1111100 | 101101 | 0 | 11001 | 1001001 | 100011 | 100111 | 111001 | 101001 |
Color Harmonies of #A67C2D
Complementary color
Monochromatic Colors of #A67C2D
Black with #A67C2D
Text Example
Text Example
White with #A67C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C2D; }
p { color: rgb(166,124,45); }
H1.HeaderClassName
{
color: #A67C2D;
}
.AnyTagClassName
{
color: #A67C2D;
}
</style>
background-color css
<style>
a { background-color: #A67C2D; }
a { background-color: rgb(166,124,45); }
div.DivClassName
{
background-color: #A67C2D;
}
.BgClassName
{
background-color: #A67C2D;
}
</style>
border-color css
<style>
span { border-color: #A67C2D; }
span { border-color: rgb(166,124,45); }
td.TdClassName
{
border-color: #A67C2D;
}
.TagClassName
{
border-color: #A67C2D;
}
</style>