Shades of Hot Toddy #A87828
Tints of Hot Toddy #A87828
RGB
CMYK
RGB Variations
Color information
#A87828 (or 0xA87828) is known color: Hot Toddy. HEX triplet: A8, 78 and 28. RGB value is (168,120,40). Sum of RGB (Red+Green+Blue) = 168+120+40=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A87828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87828 is #5787D7. Grayscale: #7D7D7D. Windows color (decimal): -5736408 or 2652328. OLE color: 2652328.
HSL color Cylindrical-coordinate representation of color #A87828: hue angle of 37.5º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A87828 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 40 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.34 |
| HSL | 37.5º | 0.62% | 0.41% | - |
| HSV(B) | 37.5º | 0.76% | 0.66% | - |
| XYZ | 23.25 | 21.91 | 5.01 | - |
| YUV | 125.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 40 | 0 | 0.29 | 0.76 | 0.34 | 37.5 | 0.62 | 0.41 |
| Hex | A8 | 78 | 28 | 0 | 1D | 4C | 22 | 26 | 3E | 29 |
| Octal | 250 | 170 | 50 | 0 | 35 | 114 | 42 | 46 | 76 | 51 |
| Binary | 10101000 | 1111000 | 101000 | 0 | 11101 | 1001100 | 100010 | 100110 | 111110 | 101001 |
Color Harmonies of #A87828
Complementary color
Monochromatic Colors of #A87828
Black with #A87828
Text Example
Text Example
White with #A87828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87828; }
p { color: rgb(168,120,40); }
H1.HeaderClassName
{
color: #A87828;
}
.AnyTagClassName
{
color: #A87828;
}
</style>
background-color css
<style>
a { background-color: #A87828; }
a { background-color: rgb(168,120,40); }
div.DivClassName
{
background-color: #A87828;
}
.BgClassName
{
background-color: #A87828;
}
</style>
border-color css
<style>
span { border-color: #A87828; }
span { border-color: rgb(168,120,40); }
td.TdClassName
{
border-color: #A87828;
}
.TagClassName
{
border-color: #A87828;
}
</style>