Shades of Hot Toddy #A07C31
Tints of Hot Toddy #A07C31
RGB
CMYK
RGB Variations
Color information
#A07C31 (or 0xA07C31) is known color: Hot Toddy. HEX triplet: A0, 7C and 31. RGB value is (160,124,49). Sum of RGB (Red+Green+Blue) = 160+124+49=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C31 is #5F83CE. Grayscale: #7E7E7E. Windows color (decimal): -6259663 or 3243168. OLE color: 3243168.
HSL color Cylindrical-coordinate representation of color #A07C31: hue angle of 40.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07C31 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 49 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.37 |
| HSL | 40.54º | 0.53% | 0.41% | - |
| HSV(B) | 40.54º | 0.69% | 0.63% | - |
| XYZ | 22.26 | 22.11 | 6 | - |
| YUV | 126.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 49 | 0 | 0.22 | 0.69 | 0.37 | 40.54 | 0.53 | 0.41 |
| Hex | A0 | 7C | 31 | 0 | 16 | 45 | 25 | 29 | 35 | 29 |
| Octal | 240 | 174 | 61 | 0 | 26 | 105 | 45 | 51 | 65 | 51 |
| Binary | 10100000 | 1111100 | 110001 | 0 | 10110 | 1000101 | 100101 | 101001 | 110101 | 101001 |
Color Harmonies of #A07C31
Complementary color
Monochromatic Colors of #A07C31
Black with #A07C31
Text Example
Text Example
White with #A07C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C31; }
p { color: rgb(160,124,49); }
H1.HeaderClassName
{
color: #A07C31;
}
.AnyTagClassName
{
color: #A07C31;
}
</style>
background-color css
<style>
a { background-color: #A07C31; }
a { background-color: rgb(160,124,49); }
div.DivClassName
{
background-color: #A07C31;
}
.BgClassName
{
background-color: #A07C31;
}
</style>
border-color css
<style>
span { border-color: #A07C31; }
span { border-color: rgb(160,124,49); }
td.TdClassName
{
border-color: #A07C31;
}
.TagClassName
{
border-color: #A07C31;
}
</style>