Shades of Hot Toddy #A07A31
Tints of Hot Toddy #A07A31
RGB
CMYK
RGB Variations
Color information
#A07A31 (or 0xA07A31) is known color: Hot Toddy. HEX triplet: A0, 7A and 31. RGB value is (160,122,49). Sum of RGB (Red+Green+Blue) = 160+122+49=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A31 is #5F85CE. Grayscale: #7D7D7D. Windows color (decimal): -6260175 or 3242656. OLE color: 3242656.
HSL color Cylindrical-coordinate representation of color #A07A31: hue angle of 39.46º 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 #A07A31 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 49 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.37 |
| HSL | 39.46º | 0.53% | 0.41% | - |
| HSV(B) | 39.46º | 0.69% | 0.63% | - |
| XYZ | 22.01 | 21.61 | 5.92 | - |
| YUV | 125.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 49 | 0 | 0.24 | 0.69 | 0.37 | 39.46 | 0.53 | 0.41 |
| Hex | A0 | 7A | 31 | 0 | 18 | 45 | 25 | 27 | 35 | 29 |
| Octal | 240 | 172 | 61 | 0 | 30 | 105 | 45 | 47 | 65 | 51 |
| Binary | 10100000 | 1111010 | 110001 | 0 | 11000 | 1000101 | 100101 | 100111 | 110101 | 101001 |
Color Harmonies of #A07A31
Complementary color
Monochromatic Colors of #A07A31
Black with #A07A31
Text Example
Text Example
White with #A07A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A31; }
p { color: rgb(160,122,49); }
H1.HeaderClassName
{
color: #A07A31;
}
.AnyTagClassName
{
color: #A07A31;
}
</style>
background-color css
<style>
a { background-color: #A07A31; }
a { background-color: rgb(160,122,49); }
div.DivClassName
{
background-color: #A07A31;
}
.BgClassName
{
background-color: #A07A31;
}
</style>
border-color css
<style>
span { border-color: #A07A31; }
span { border-color: rgb(160,122,49); }
td.TdClassName
{
border-color: #A07A31;
}
.TagClassName
{
border-color: #A07A31;
}
</style>