Shades of Hot Toddy #A0782E
Tints of Hot Toddy #A0782E
RGB
CMYK
RGB Variations
Color information
#A0782E (or 0xA0782E) is known color: Hot Toddy. HEX triplet: A0, 78 and 2E. RGB value is (160,120,46). Sum of RGB (Red+Green+Blue) = 160+120+46=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0782E is #5F87D1. Grayscale: #7B7B7B. Windows color (decimal): -6260690 or 3045536. OLE color: 3045536.
HSL color Cylindrical-coordinate representation of color #A0782E: hue angle of 38.95º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0782E is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 46 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.37 |
| HSL | 38.95º | 0.55% | 0.4% | - |
| HSV(B) | 38.95º | 0.71% | 0.63% | - |
| XYZ | 21.71 | 21.1 | 5.51 | - |
| YUV | 123.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 46 | 0 | 0.25 | 0.71 | 0.37 | 38.95 | 0.55 | 0.4 |
| Hex | A0 | 78 | 2E | 0 | 19 | 47 | 25 | 27 | 37 | 28 |
| Octal | 240 | 170 | 56 | 0 | 31 | 107 | 45 | 47 | 67 | 50 |
| Binary | 10100000 | 1111000 | 101110 | 0 | 11001 | 1000111 | 100101 | 100111 | 110111 | 101000 |
Color Harmonies of #A0782E
Complementary color
Monochromatic Colors of #A0782E
Black with #A0782E
Text Example
Text Example
White with #A0782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0782E; }
p { color: rgb(160,120,46); }
H1.HeaderClassName
{
color: #A0782E;
}
.AnyTagClassName
{
color: #A0782E;
}
</style>
background-color css
<style>
a { background-color: #A0782E; }
a { background-color: rgb(160,120,46); }
div.DivClassName
{
background-color: #A0782E;
}
.BgClassName
{
background-color: #A0782E;
}
</style>
border-color css
<style>
span { border-color: #A0782E; }
span { border-color: rgb(160,120,46); }
td.TdClassName
{
border-color: #A0782E;
}
.TagClassName
{
border-color: #A0782E;
}
</style>