Shades of Hot Toddy #A37C2E
Tints of Hot Toddy #A37C2E
RGB
CMYK
RGB Variations
Color information
#A37C2E (or 0xA37C2E) is known color: Hot Toddy. HEX triplet: A3, 7C and 2E. RGB value is (163,124,46). Sum of RGB (Red+Green+Blue) = 163+124+46=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C2E is #5C83D1. Grayscale: #7F7F7F. Windows color (decimal): -6063058 or 3046563. OLE color: 3046563.
HSL color Cylindrical-coordinate representation of color #A37C2E: hue angle of 40º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A37C2E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 46 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.36 |
| HSL | 40º | 0.56% | 0.41% | - |
| HSV(B) | 40º | 0.72% | 0.64% | - |
| XYZ | 22.81 | 22.4 | 5.71 | - |
| YUV | 126.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 46 | 0 | 0.24 | 0.72 | 0.36 | 40 | 0.56 | 0.41 |
| Hex | A3 | 7C | 2E | 0 | 18 | 48 | 24 | 28 | 38 | 29 |
| Octal | 243 | 174 | 56 | 0 | 30 | 110 | 44 | 50 | 70 | 51 |
| Binary | 10100011 | 1111100 | 101110 | 0 | 11000 | 1001000 | 100100 | 101000 | 111000 | 101001 |
Color Harmonies of #A37C2E
Complementary color
Monochromatic Colors of #A37C2E
Black with #A37C2E
Text Example
Text Example
White with #A37C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C2E; }
p { color: rgb(163,124,46); }
H1.HeaderClassName
{
color: #A37C2E;
}
.AnyTagClassName
{
color: #A37C2E;
}
</style>
background-color css
<style>
a { background-color: #A37C2E; }
a { background-color: rgb(163,124,46); }
div.DivClassName
{
background-color: #A37C2E;
}
.BgClassName
{
background-color: #A37C2E;
}
</style>
border-color css
<style>
span { border-color: #A37C2E; }
span { border-color: rgb(163,124,46); }
td.TdClassName
{
border-color: #A37C2E;
}
.TagClassName
{
border-color: #A37C2E;
}
</style>