Shades of Hot Toddy #A1742B
Tints of Hot Toddy #A1742B
RGB
CMYK
RGB Variations
Color information
#A1742B (or 0xA1742B) is known color: Hot Toddy. HEX triplet: A1, 74 and 2B. RGB value is (161,116,43). Sum of RGB (Red+Green+Blue) = 161+116+43=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1742B is #5E8BD4. Grayscale: #797979. Windows color (decimal): -6196181 or 2847905. OLE color: 2847905.
HSL color Cylindrical-coordinate representation of color #A1742B: hue angle of 37.12º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1742B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 43 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.37 |
| HSL | 37.12º | 0.58% | 0.4% | - |
| HSV(B) | 37.12º | 0.73% | 0.63% | - |
| XYZ | 21.38 | 20.24 | 5.07 | - |
| YUV | 121.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 43 | 0 | 0.28 | 0.73 | 0.37 | 37.12 | 0.58 | 0.4 |
| Hex | A1 | 74 | 2B | 0 | 1C | 49 | 25 | 25 | 3A | 28 |
| Octal | 241 | 164 | 53 | 0 | 34 | 111 | 45 | 45 | 72 | 50 |
| Binary | 10100001 | 1110100 | 101011 | 0 | 11100 | 1001001 | 100101 | 100101 | 111010 | 101000 |
Color Harmonies of #A1742B
Complementary color
Monochromatic Colors of #A1742B
Black with #A1742B
Text Example
Text Example
White with #A1742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1742B; }
p { color: rgb(161,116,43); }
H1.HeaderClassName
{
color: #A1742B;
}
.AnyTagClassName
{
color: #A1742B;
}
</style>
background-color css
<style>
a { background-color: #A1742B; }
a { background-color: rgb(161,116,43); }
div.DivClassName
{
background-color: #A1742B;
}
.BgClassName
{
background-color: #A1742B;
}
</style>
border-color css
<style>
span { border-color: #A1742B; }
span { border-color: rgb(161,116,43); }
td.TdClassName
{
border-color: #A1742B;
}
.TagClassName
{
border-color: #A1742B;
}
</style>