Shades of Hot Toddy #A17C2E
Tints of Hot Toddy #A17C2E
RGB
CMYK
RGB Variations
Color information
#A17C2E (or 0xA17C2E) is known color: Hot Toddy. HEX triplet: A1, 7C and 2E. RGB value is (161,124,46). Sum of RGB (Red+Green+Blue) = 161+124+46=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C2E is #5E83D1. Grayscale: #7E7E7E. Windows color (decimal): -6194130 or 3046561. OLE color: 3046561.
HSL color Cylindrical-coordinate representation of color #A17C2E: hue angle of 40.7º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A17C2E is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 46 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.37 |
| HSL | 40.7º | 0.56% | 0.41% | - |
| HSV(B) | 40.7º | 0.71% | 0.63% | - |
| XYZ | 22.4 | 22.19 | 5.69 | - |
| YUV | 126.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 46 | 0 | 0.23 | 0.71 | 0.37 | 40.7 | 0.56 | 0.41 |
| Hex | A1 | 7C | 2E | 0 | 17 | 47 | 25 | 29 | 38 | 29 |
| Octal | 241 | 174 | 56 | 0 | 27 | 107 | 45 | 51 | 70 | 51 |
| Binary | 10100001 | 1111100 | 101110 | 0 | 10111 | 1000111 | 100101 | 101001 | 111000 | 101001 |
Color Harmonies of #A17C2E
Complementary color
Monochromatic Colors of #A17C2E
Black with #A17C2E
Text Example
Text Example
White with #A17C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C2E; }
p { color: rgb(161,124,46); }
H1.HeaderClassName
{
color: #A17C2E;
}
.AnyTagClassName
{
color: #A17C2E;
}
</style>
background-color css
<style>
a { background-color: #A17C2E; }
a { background-color: rgb(161,124,46); }
div.DivClassName
{
background-color: #A17C2E;
}
.BgClassName
{
background-color: #A17C2E;
}
</style>
border-color css
<style>
span { border-color: #A17C2E; }
span { border-color: rgb(161,124,46); }
td.TdClassName
{
border-color: #A17C2E;
}
.TagClassName
{
border-color: #A17C2E;
}
</style>