Shades of Hot Toddy #A07E31
Tints of Hot Toddy #A07E31
RGB
CMYK
RGB Variations
Color information
#A07E31 (or 0xA07E31) is known color: Hot Toddy. HEX triplet: A0, 7E and 31. RGB value is (160,126,49). Sum of RGB (Red+Green+Blue) = 160+126+49=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E31 is #5F81CE. Grayscale: #7F7F7F. Windows color (decimal): -6259151 or 3243680. OLE color: 3243680.
HSL color Cylindrical-coordinate representation of color #A07E31: hue angle of 41.62º 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 #A07E31 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 49 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.37 |
| HSL | 41.62º | 0.53% | 0.41% | - |
| HSV(B) | 41.62º | 0.69% | 0.63% | - |
| XYZ | 22.51 | 22.62 | 6.08 | - |
| YUV | 127.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 49 | 0 | 0.21 | 0.69 | 0.37 | 41.62 | 0.53 | 0.41 |
| Hex | A0 | 7E | 31 | 0 | 15 | 45 | 25 | 2A | 35 | 29 |
| Octal | 240 | 176 | 61 | 0 | 25 | 105 | 45 | 52 | 65 | 51 |
| Binary | 10100000 | 1111110 | 110001 | 0 | 10101 | 1000101 | 100101 | 101010 | 110101 | 101001 |
Color Harmonies of #A07E31
Complementary color
Monochromatic Colors of #A07E31
Black with #A07E31
Text Example
Text Example
White with #A07E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E31; }
p { color: rgb(160,126,49); }
H1.HeaderClassName
{
color: #A07E31;
}
.AnyTagClassName
{
color: #A07E31;
}
</style>
background-color css
<style>
a { background-color: #A07E31; }
a { background-color: rgb(160,126,49); }
div.DivClassName
{
background-color: #A07E31;
}
.BgClassName
{
background-color: #A07E31;
}
</style>
border-color css
<style>
span { border-color: #A07E31; }
span { border-color: rgb(160,126,49); }
td.TdClassName
{
border-color: #A07E31;
}
.TagClassName
{
border-color: #A07E31;
}
</style>