Shades of Hot Toddy #A17D35
Tints of Hot Toddy #A17D35
RGB
CMYK
RGB Variations
Color information
#A17D35 (or 0xA17D35) is known color: Hot Toddy. HEX triplet: A1, 7D and 35. RGB value is (161,125,53). Sum of RGB (Red+Green+Blue) = 161+125+53=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D35 is #5E82CA. Grayscale: #7F7F7F. Windows color (decimal): -6193867 or 3505569. OLE color: 3505569.
HSL color Cylindrical-coordinate representation of color #A17D35: hue angle of 40º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A17D35 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 53 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.37 |
| HSL | 40º | 0.5% | 0.42% | - |
| HSV(B) | 40º | 0.67% | 0.63% | - |
| XYZ | 22.67 | 22.5 | 6.52 | - |
| YUV | 127.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 53 | 0 | 0.22 | 0.67 | 0.37 | 40 | 0.5 | 0.42 |
| Hex | A1 | 7D | 35 | 0 | 16 | 43 | 25 | 28 | 32 | 2A |
| Octal | 241 | 175 | 65 | 0 | 26 | 103 | 45 | 50 | 62 | 52 |
| Binary | 10100001 | 1111101 | 110101 | 0 | 10110 | 1000011 | 100101 | 101000 | 110010 | 101010 |
Color Harmonies of #A17D35
Complementary color
Monochromatic Colors of #A17D35
Black with #A17D35
Text Example
Text Example
White with #A17D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D35; }
p { color: rgb(161,125,53); }
H1.HeaderClassName
{
color: #A17D35;
}
.AnyTagClassName
{
color: #A17D35;
}
</style>
background-color css
<style>
a { background-color: #A17D35; }
a { background-color: rgb(161,125,53); }
div.DivClassName
{
background-color: #A17D35;
}
.BgClassName
{
background-color: #A17D35;
}
</style>
border-color css
<style>
span { border-color: #A17D35; }
span { border-color: rgb(161,125,53); }
td.TdClassName
{
border-color: #A17D35;
}
.TagClassName
{
border-color: #A17D35;
}
</style>