Shades of Hot Toddy #A2742F
Tints of Hot Toddy #A2742F
RGB
CMYK
RGB Variations
Color information
#A2742F (or 0xA2742F) is known color: Hot Toddy. HEX triplet: A2, 74 and 2F. RGB value is (162,116,47). Sum of RGB (Red+Green+Blue) = 162+116+47=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2742F is #5D8BD0. Grayscale: #7A7A7A. Windows color (decimal): -6130641 or 3110050. OLE color: 3110050.
HSL color Cylindrical-coordinate representation of color #A2742F: hue angle of 36º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2742F is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 116 | 47 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.36 |
| HSL | 36º | 0.55% | 0.41% | - |
| HSV(B) | 36º | 0.71% | 0.64% | - |
| XYZ | 21.66 | 20.38 | 5.48 | - |
| YUV | 121.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 116 | 47 | 0 | 0.28 | 0.71 | 0.36 | 36 | 0.55 | 0.41 |
| Hex | A2 | 74 | 2F | 0 | 1C | 47 | 24 | 24 | 37 | 29 |
| Octal | 242 | 164 | 57 | 0 | 34 | 107 | 44 | 44 | 67 | 51 |
| Binary | 10100010 | 1110100 | 101111 | 0 | 11100 | 1000111 | 100100 | 100100 | 110111 | 101001 |
Color Harmonies of #A2742F
Complementary color
Monochromatic Colors of #A2742F
Black with #A2742F
Text Example
Text Example
White with #A2742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2742F; }
p { color: rgb(162,116,47); }
H1.HeaderClassName
{
color: #A2742F;
}
.AnyTagClassName
{
color: #A2742F;
}
</style>
background-color css
<style>
a { background-color: #A2742F; }
a { background-color: rgb(162,116,47); }
div.DivClassName
{
background-color: #A2742F;
}
.BgClassName
{
background-color: #A2742F;
}
</style>
border-color css
<style>
span { border-color: #A2742F; }
span { border-color: rgb(162,116,47); }
td.TdClassName
{
border-color: #A2742F;
}
.TagClassName
{
border-color: #A2742F;
}
</style>