Shades of Hot Toddy #A87428
Tints of Hot Toddy #A87428
RGB
CMYK
RGB Variations
Color information
#A87428 (or 0xA87428) is known color: Hot Toddy. HEX triplet: A8, 74 and 28. RGB value is (168,116,40). Sum of RGB (Red+Green+Blue) = 168+116+40=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A87428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87428 is #578BD7. Grayscale: #7B7B7B. Windows color (decimal): -5737432 or 2651304. OLE color: 2651304.
HSL color Cylindrical-coordinate representation of color #A87428: hue angle of 35.62º 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 #A87428 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 40 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.34 |
| HSL | 35.63º | 0.62% | 0.41% | - |
| HSV(B) | 35.63º | 0.76% | 0.66% | - |
| XYZ | 22.78 | 20.97 | 4.85 | - |
| YUV | 122.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 40 | 0 | 0.31 | 0.76 | 0.34 | 35.63 | 0.62 | 0.41 |
| Hex | A8 | 74 | 28 | 0 | 1F | 4C | 22 | 24 | 3E | 29 |
| Octal | 250 | 164 | 50 | 0 | 37 | 114 | 42 | 44 | 76 | 51 |
| Binary | 10101000 | 1110100 | 101000 | 0 | 11111 | 1001100 | 100010 | 100100 | 111110 | 101001 |
Color Harmonies of #A87428
Complementary color
Monochromatic Colors of #A87428
Black with #A87428
Text Example
Text Example
White with #A87428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87428; }
p { color: rgb(168,116,40); }
H1.HeaderClassName
{
color: #A87428;
}
.AnyTagClassName
{
color: #A87428;
}
</style>
background-color css
<style>
a { background-color: #A87428; }
a { background-color: rgb(168,116,40); }
div.DivClassName
{
background-color: #A87428;
}
.BgClassName
{
background-color: #A87428;
}
</style>
border-color css
<style>
span { border-color: #A87428; }
span { border-color: rgb(168,116,40); }
td.TdClassName
{
border-color: #A87428;
}
.TagClassName
{
border-color: #A87428;
}
</style>