Shades of Hot Toddy #A07828
Tints of Hot Toddy #A07828
RGB
CMYK
RGB Variations
Color information
#A07828 (or 0xA07828) is known color: Hot Toddy. HEX triplet: A0, 78 and 28. RGB value is (160,120,40). Sum of RGB (Red+Green+Blue) = 160+120+40=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A07828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07828 is #5F87D7. Grayscale: #7B7B7B. Windows color (decimal): -6260696 or 2652320. OLE color: 2652320.
HSL color Cylindrical-coordinate representation of color #A07828: hue angle of 40º 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 #A07828 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 40 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.37 |
| HSL | 40º | 0.6% | 0.39% | - |
| HSV(B) | 40º | 0.75% | 0.63% | - |
| XYZ | 21.6 | 21.06 | 4.93 | - |
| YUV | 122.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 40 | 0 | 0.25 | 0.75 | 0.37 | 40 | 0.6 | 0.39 |
| Hex | A0 | 78 | 28 | 0 | 19 | 4B | 25 | 28 | 3C | 27 |
| Octal | 240 | 170 | 50 | 0 | 31 | 113 | 45 | 50 | 74 | 47 |
| Binary | 10100000 | 1111000 | 101000 | 0 | 11001 | 1001011 | 100101 | 101000 | 111100 | 100111 |
Color Harmonies of #A07828
Complementary color
Monochromatic Colors of #A07828
Black with #A07828
Text Example
Text Example
White with #A07828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07828; }
p { color: rgb(160,120,40); }
H1.HeaderClassName
{
color: #A07828;
}
.AnyTagClassName
{
color: #A07828;
}
</style>
background-color css
<style>
a { background-color: #A07828; }
a { background-color: rgb(160,120,40); }
div.DivClassName
{
background-color: #A07828;
}
.BgClassName
{
background-color: #A07828;
}
</style>
border-color css
<style>
span { border-color: #A07828; }
span { border-color: rgb(160,120,40); }
td.TdClassName
{
border-color: #A07828;
}
.TagClassName
{
border-color: #A07828;
}
</style>