Shades of Hot Toddy #A0782D
Tints of Hot Toddy #A0782D
RGB
CMYK
RGB Variations
Color information
#A0782D (or 0xA0782D) is known color: Hot Toddy. HEX triplet: A0, 78 and 2D. RGB value is (160,120,45). Sum of RGB (Red+Green+Blue) = 160+120+45=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0782D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0782D is #5F87D2. Grayscale: #7B7B7B. Windows color (decimal): -6260691 or 2980000. OLE color: 2980000.
HSL color Cylindrical-coordinate representation of color #A0782D: hue angle of 39.13º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0782D is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 45 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.37 |
| HSL | 39.13º | 0.56% | 0.4% | - |
| HSV(B) | 39.13º | 0.72% | 0.63% | - |
| XYZ | 21.69 | 21.1 | 5.41 | - |
| YUV | 123.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 45 | 0 | 0.25 | 0.72 | 0.37 | 39.13 | 0.56 | 0.4 |
| Hex | A0 | 78 | 2D | 0 | 19 | 48 | 25 | 27 | 38 | 28 |
| Octal | 240 | 170 | 55 | 0 | 31 | 110 | 45 | 47 | 70 | 50 |
| Binary | 10100000 | 1111000 | 101101 | 0 | 11001 | 1001000 | 100101 | 100111 | 111000 | 101000 |
Color Harmonies of #A0782D
Complementary color
Monochromatic Colors of #A0782D
Black with #A0782D
Text Example
Text Example
White with #A0782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0782D; }
p { color: rgb(160,120,45); }
H1.HeaderClassName
{
color: #A0782D;
}
.AnyTagClassName
{
color: #A0782D;
}
</style>
background-color css
<style>
a { background-color: #A0782D; }
a { background-color: rgb(160,120,45); }
div.DivClassName
{
background-color: #A0782D;
}
.BgClassName
{
background-color: #A0782D;
}
</style>
border-color css
<style>
span { border-color: #A0782D; }
span { border-color: rgb(160,120,45); }
td.TdClassName
{
border-color: #A0782D;
}
.TagClassName
{
border-color: #A0782D;
}
</style>