Shades of Hot Toddy #A07320
Tints of Hot Toddy #A07320
RGB
CMYK
RGB Variations
Color information
#A07320 (or 0xA07320) is known color: Hot Toddy. HEX triplet: A0, 73 and 20. RGB value is (160,115,32). Sum of RGB (Red+Green+Blue) = 160+115+32=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A07320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07320 is #5F8CDF. Grayscale: #777777. Windows color (decimal): -6261984 or 2126752. OLE color: 2126752.
HSL color Cylindrical-coordinate representation of color #A07320: hue angle of 38.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A07320 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 32 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.37 |
| HSL | 38.91º | 0.67% | 0.38% | - |
| HSV(B) | 38.91º | 0.8% | 0.63% | - |
| XYZ | 20.89 | 19.84 | 4.09 | - |
| YUV | 118.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 32 | 0 | 0.28 | 0.80 | 0.37 | 38.91 | 0.67 | 0.38 |
| Hex | A0 | 73 | 20 | 0 | 1C | 50 | 25 | 27 | 43 | 26 |
| Octal | 240 | 163 | 40 | 0 | 34 | 120 | 45 | 47 | 103 | 46 |
| Binary | 10100000 | 1110011 | 100000 | 0 | 11100 | 1010000 | 100101 | 100111 | 1000011 | 100110 |
Color Harmonies of #A07320
Complementary color
Monochromatic Colors of #A07320
Black with #A07320
Text Example
Text Example
White with #A07320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07320; }
p { color: rgb(160,115,32); }
H1.HeaderClassName
{
color: #A07320;
}
.AnyTagClassName
{
color: #A07320;
}
</style>
background-color css
<style>
a { background-color: #A07320; }
a { background-color: rgb(160,115,32); }
div.DivClassName
{
background-color: #A07320;
}
.BgClassName
{
background-color: #A07320;
}
</style>
border-color css
<style>
span { border-color: #A07320; }
span { border-color: rgb(160,115,32); }
td.TdClassName
{
border-color: #A07320;
}
.TagClassName
{
border-color: #A07320;
}
</style>