Shades of Hot Toddy #A37C2A
Tints of Hot Toddy #A37C2A
RGB
CMYK
RGB Variations
Color information
#A37C2A (or 0xA37C2A) is known color: Hot Toddy. HEX triplet: A3, 7C and 2A. RGB value is (163,124,42). Sum of RGB (Red+Green+Blue) = 163+124+42=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C2A is #5C83D5. Grayscale: #7E7E7E. Windows color (decimal): -6063062 or 2784419. OLE color: 2784419.
HSL color Cylindrical-coordinate representation of color #A37C2A: hue angle of 40.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A37C2A is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 42 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.36 |
| HSL | 40.66º | 0.59% | 0.4% | - |
| HSV(B) | 40.66º | 0.74% | 0.64% | - |
| XYZ | 22.73 | 22.37 | 5.31 | - |
| YUV | 126.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 42 | 0 | 0.24 | 0.74 | 0.36 | 40.66 | 0.59 | 0.4 |
| Hex | A3 | 7C | 2A | 0 | 18 | 4A | 24 | 29 | 3B | 28 |
| Octal | 243 | 174 | 52 | 0 | 30 | 112 | 44 | 51 | 73 | 50 |
| Binary | 10100011 | 1111100 | 101010 | 0 | 11000 | 1001010 | 100100 | 101001 | 111011 | 101000 |
Color Harmonies of #A37C2A
Complementary color
Monochromatic Colors of #A37C2A
Black with #A37C2A
Text Example
Text Example
White with #A37C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C2A; }
p { color: rgb(163,124,42); }
H1.HeaderClassName
{
color: #A37C2A;
}
.AnyTagClassName
{
color: #A37C2A;
}
</style>
background-color css
<style>
a { background-color: #A37C2A; }
a { background-color: rgb(163,124,42); }
div.DivClassName
{
background-color: #A37C2A;
}
.BgClassName
{
background-color: #A37C2A;
}
</style>
border-color css
<style>
span { border-color: #A37C2A; }
span { border-color: rgb(163,124,42); }
td.TdClassName
{
border-color: #A37C2A;
}
.TagClassName
{
border-color: #A37C2A;
}
</style>