Shades of Hot Toddy #A0772D
Tints of Hot Toddy #A0772D
RGB
CMYK
RGB Variations
Color information
#A0772D (or 0xA0772D) is known color: Hot Toddy. HEX triplet: A0, 77 and 2D. RGB value is (160,119,45). Sum of RGB (Red+Green+Blue) = 160+119+45=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0772D is #5F88D2. Grayscale: #7B7B7B. Windows color (decimal): -6260947 or 2979744. OLE color: 2979744.
HSL color Cylindrical-coordinate representation of color #A0772D: hue angle of 38.61º 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 #A0772D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 45 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.37 |
| HSL | 38.61º | 0.56% | 0.4% | - |
| HSV(B) | 38.61º | 0.72% | 0.63% | - |
| XYZ | 21.57 | 20.86 | 5.37 | - |
| YUV | 122.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 45 | 0 | 0.26 | 0.72 | 0.37 | 38.61 | 0.56 | 0.4 |
| Hex | A0 | 77 | 2D | 0 | 1A | 48 | 25 | 27 | 38 | 28 |
| Octal | 240 | 167 | 55 | 0 | 32 | 110 | 45 | 47 | 70 | 50 |
| Binary | 10100000 | 1110111 | 101101 | 0 | 11010 | 1001000 | 100101 | 100111 | 111000 | 101000 |
Color Harmonies of #A0772D
Complementary color
Monochromatic Colors of #A0772D
Black with #A0772D
Text Example
Text Example
White with #A0772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0772D; }
p { color: rgb(160,119,45); }
H1.HeaderClassName
{
color: #A0772D;
}
.AnyTagClassName
{
color: #A0772D;
}
</style>
background-color css
<style>
a { background-color: #A0772D; }
a { background-color: rgb(160,119,45); }
div.DivClassName
{
background-color: #A0772D;
}
.BgClassName
{
background-color: #A0772D;
}
</style>
border-color css
<style>
span { border-color: #A0772D; }
span { border-color: rgb(160,119,45); }
td.TdClassName
{
border-color: #A0772D;
}
.TagClassName
{
border-color: #A0772D;
}
</style>