Shades of Hot Toddy #A07D36
Tints of Hot Toddy #A07D36
RGB
CMYK
RGB Variations
Color information
#A07D36 (or 0xA07D36) is known color: Hot Toddy. HEX triplet: A0, 7D and 36. RGB value is (160,125,54). Sum of RGB (Red+Green+Blue) = 160+125+54=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D36 is #5F82C9. Grayscale: #7F7F7F. Windows color (decimal): -6259402 or 3571104. OLE color: 3571104.
HSL color Cylindrical-coordinate representation of color #A07D36: hue angle of 40.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07D36 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 54 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.37 |
| HSL | 40.19º | 0.5% | 0.42% | - |
| HSV(B) | 40.19º | 0.66% | 0.63% | - |
| XYZ | 22.5 | 22.41 | 6.63 | - |
| YUV | 127.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 54 | 0 | 0.22 | 0.66 | 0.37 | 40.19 | 0.5 | 0.42 |
| Hex | A0 | 7D | 36 | 0 | 16 | 42 | 25 | 28 | 32 | 2A |
| Octal | 240 | 175 | 66 | 0 | 26 | 102 | 45 | 50 | 62 | 52 |
| Binary | 10100000 | 1111101 | 110110 | 0 | 10110 | 1000010 | 100101 | 101000 | 110010 | 101010 |
Color Harmonies of #A07D36
Complementary color
Monochromatic Colors of #A07D36
Black with #A07D36
Text Example
Text Example
White with #A07D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D36; }
p { color: rgb(160,125,54); }
H1.HeaderClassName
{
color: #A07D36;
}
.AnyTagClassName
{
color: #A07D36;
}
</style>
background-color css
<style>
a { background-color: #A07D36; }
a { background-color: rgb(160,125,54); }
div.DivClassName
{
background-color: #A07D36;
}
.BgClassName
{
background-color: #A07D36;
}
</style>
border-color css
<style>
span { border-color: #A07D36; }
span { border-color: rgb(160,125,54); }
td.TdClassName
{
border-color: #A07D36;
}
.TagClassName
{
border-color: #A07D36;
}
</style>