Shades of Hot Toddy #A07A2E
Tints of Hot Toddy #A07A2E
RGB
CMYK
RGB Variations
Color information
#A07A2E (or 0xA07A2E) is known color: Hot Toddy. HEX triplet: A0, 7A and 2E. RGB value is (160,122,46). Sum of RGB (Red+Green+Blue) = 160+122+46=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A2E is #5F85D1. Grayscale: #7D7D7D. Windows color (decimal): -6260178 or 3046048. OLE color: 3046048.
HSL color Cylindrical-coordinate representation of color #A07A2E: hue angle of 40º 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 #A07A2E is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 46 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.37 |
| HSL | 40º | 0.55% | 0.4% | - |
| HSV(B) | 40º | 0.71% | 0.63% | - |
| XYZ | 21.95 | 21.59 | 5.6 | - |
| YUV | 124.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 46 | 0 | 0.24 | 0.71 | 0.37 | 40 | 0.55 | 0.4 |
| Hex | A0 | 7A | 2E | 0 | 18 | 47 | 25 | 28 | 37 | 28 |
| Octal | 240 | 172 | 56 | 0 | 30 | 107 | 45 | 50 | 67 | 50 |
| Binary | 10100000 | 1111010 | 101110 | 0 | 11000 | 1000111 | 100101 | 101000 | 110111 | 101000 |
Color Harmonies of #A07A2E
Complementary color
Monochromatic Colors of #A07A2E
Black with #A07A2E
Text Example
Text Example
White with #A07A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A2E; }
p { color: rgb(160,122,46); }
H1.HeaderClassName
{
color: #A07A2E;
}
.AnyTagClassName
{
color: #A07A2E;
}
</style>
background-color css
<style>
a { background-color: #A07A2E; }
a { background-color: rgb(160,122,46); }
div.DivClassName
{
background-color: #A07A2E;
}
.BgClassName
{
background-color: #A07A2E;
}
</style>
border-color css
<style>
span { border-color: #A07A2E; }
span { border-color: rgb(160,122,46); }
td.TdClassName
{
border-color: #A07A2E;
}
.TagClassName
{
border-color: #A07A2E;
}
</style>