Shades of Hot Toddy #A07528
Tints of Hot Toddy #A07528
RGB
CMYK
RGB Variations
Color information
#A07528 (or 0xA07528) is known color: Hot Toddy. HEX triplet: A0, 75 and 28. RGB value is (160,117,40). Sum of RGB (Red+Green+Blue) = 160+117+40=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07528 is #5F8AD7. Grayscale: #797979. Windows color (decimal): -6261464 or 2651552. OLE color: 2651552.
HSL color Cylindrical-coordinate representation of color #A07528: hue angle of 38.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A07528 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 40 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.37 |
| HSL | 38.5º | 0.6% | 0.39% | - |
| HSV(B) | 38.5º | 0.75% | 0.63% | - |
| XYZ | 21.24 | 20.35 | 4.82 | - |
| YUV | 121.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 40 | 0 | 0.27 | 0.75 | 0.37 | 38.5 | 0.6 | 0.39 |
| Hex | A0 | 75 | 28 | 0 | 1B | 4B | 25 | 26 | 3C | 27 |
| Octal | 240 | 165 | 50 | 0 | 33 | 113 | 45 | 46 | 74 | 47 |
| Binary | 10100000 | 1110101 | 101000 | 0 | 11011 | 1001011 | 100101 | 100110 | 111100 | 100111 |
Color Harmonies of #A07528
Complementary color
Monochromatic Colors of #A07528
Black with #A07528
Text Example
Text Example
White with #A07528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07528; }
p { color: rgb(160,117,40); }
H1.HeaderClassName
{
color: #A07528;
}
.AnyTagClassName
{
color: #A07528;
}
</style>
background-color css
<style>
a { background-color: #A07528; }
a { background-color: rgb(160,117,40); }
div.DivClassName
{
background-color: #A07528;
}
.BgClassName
{
background-color: #A07528;
}
</style>
border-color css
<style>
span { border-color: #A07528; }
span { border-color: rgb(160,117,40); }
td.TdClassName
{
border-color: #A07528;
}
.TagClassName
{
border-color: #A07528;
}
</style>