Shades of Hot Toddy #A1742A
Tints of Hot Toddy #A1742A
RGB
CMYK
RGB Variations
Color information
#A1742A (or 0xA1742A) is known color: Hot Toddy. HEX triplet: A1, 74 and 2A. RGB value is (161,116,42). Sum of RGB (Red+Green+Blue) = 161+116+42=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1742A is #5E8BD5. Grayscale: #797979. Windows color (decimal): -6196182 or 2782369. OLE color: 2782369.
HSL color Cylindrical-coordinate representation of color #A1742A: hue angle of 37.31º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1742A is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 42 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.37 |
| HSL | 37.31º | 0.59% | 0.4% | - |
| HSV(B) | 37.31º | 0.74% | 0.63% | - |
| XYZ | 21.36 | 20.24 | 4.97 | - |
| YUV | 121.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 42 | 0 | 0.28 | 0.74 | 0.37 | 37.31 | 0.59 | 0.4 |
| Hex | A1 | 74 | 2A | 0 | 1C | 4A | 25 | 25 | 3B | 28 |
| Octal | 241 | 164 | 52 | 0 | 34 | 112 | 45 | 45 | 73 | 50 |
| Binary | 10100001 | 1110100 | 101010 | 0 | 11100 | 1001010 | 100101 | 100101 | 111011 | 101000 |
Color Harmonies of #A1742A
Complementary color
Monochromatic Colors of #A1742A
Black with #A1742A
Text Example
Text Example
White with #A1742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1742A; }
p { color: rgb(161,116,42); }
H1.HeaderClassName
{
color: #A1742A;
}
.AnyTagClassName
{
color: #A1742A;
}
</style>
background-color css
<style>
a { background-color: #A1742A; }
a { background-color: rgb(161,116,42); }
div.DivClassName
{
background-color: #A1742A;
}
.BgClassName
{
background-color: #A1742A;
}
</style>
border-color css
<style>
span { border-color: #A1742A; }
span { border-color: rgb(161,116,42); }
td.TdClassName
{
border-color: #A1742A;
}
.TagClassName
{
border-color: #A1742A;
}
</style>