Shades of Hot Toddy #A17C3C
Tints of Hot Toddy #A17C3C
RGB
CMYK
RGB Variations
Color information
#A17C3C (or 0xA17C3C) is known color: Hot Toddy. HEX triplet: A1, 7C and 3C. RGB value is (161,124,60). Sum of RGB (Red+Green+Blue) = 161+124+60=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C3C is #5E83C3. Grayscale: #808080. Windows color (decimal): -6194116 or 3964065. OLE color: 3964065.
HSL color Cylindrical-coordinate representation of color #A17C3C: hue angle of 38.02º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A17C3C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 60 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.37 |
| HSL | 38.02º | 0.46% | 0.43% | - |
| HSV(B) | 38.02º | 0.63% | 0.63% | - |
| XYZ | 22.72 | 22.32 | 7.39 | - |
| YUV | 127.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 60 | 0 | 0.23 | 0.63 | 0.37 | 38.02 | 0.46 | 0.43 |
| Hex | A1 | 7C | 3C | 0 | 17 | 3F | 25 | 26 | 2E | 2B |
| Octal | 241 | 174 | 74 | 0 | 27 | 77 | 45 | 46 | 56 | 53 |
| Binary | 10100001 | 1111100 | 111100 | 0 | 10111 | 111111 | 100101 | 100110 | 101110 | 101011 |
Color Harmonies of #A17C3C
Complementary color
Monochromatic Colors of #A17C3C
Black with #A17C3C
Text Example
Text Example
White with #A17C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C3C; }
p { color: rgb(161,124,60); }
H1.HeaderClassName
{
color: #A17C3C;
}
.AnyTagClassName
{
color: #A17C3C;
}
</style>
background-color css
<style>
a { background-color: #A17C3C; }
a { background-color: rgb(161,124,60); }
div.DivClassName
{
background-color: #A17C3C;
}
.BgClassName
{
background-color: #A17C3C;
}
</style>
border-color css
<style>
span { border-color: #A17C3C; }
span { border-color: rgb(161,124,60); }
td.TdClassName
{
border-color: #A17C3C;
}
.TagClassName
{
border-color: #A17C3C;
}
</style>