Shades of Hot Toddy #A87D28
Tints of Hot Toddy #A87D28
RGB
CMYK
RGB Variations
Color information
#A87D28 (or 0xA87D28) is known color: Hot Toddy. HEX triplet: A8, 7D and 28. RGB value is (168,125,40). Sum of RGB (Red+Green+Blue) = 168+125+40=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D28 is #5782D7. Grayscale: #808080. Windows color (decimal): -5735128 or 2653608. OLE color: 2653608.
HSL color Cylindrical-coordinate representation of color #A87D28: hue angle of 39.84º 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 #A87D28 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 40 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.34 |
| HSL | 39.84º | 0.62% | 0.41% | - |
| HSV(B) | 39.84º | 0.76% | 0.66% | - |
| XYZ | 23.87 | 23.15 | 5.22 | - |
| YUV | 128.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 40 | 0 | 0.26 | 0.76 | 0.34 | 39.84 | 0.62 | 0.41 |
| Hex | A8 | 7D | 28 | 0 | 1A | 4C | 22 | 28 | 3E | 29 |
| Octal | 250 | 175 | 50 | 0 | 32 | 114 | 42 | 50 | 76 | 51 |
| Binary | 10101000 | 1111101 | 101000 | 0 | 11010 | 1001100 | 100010 | 101000 | 111110 | 101001 |
Color Harmonies of #A87D28
Complementary color
Monochromatic Colors of #A87D28
Black with #A87D28
Text Example
Text Example
White with #A87D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D28; }
p { color: rgb(168,125,40); }
H1.HeaderClassName
{
color: #A87D28;
}
.AnyTagClassName
{
color: #A87D28;
}
</style>
background-color css
<style>
a { background-color: #A87D28; }
a { background-color: rgb(168,125,40); }
div.DivClassName
{
background-color: #A87D28;
}
.BgClassName
{
background-color: #A87D28;
}
</style>
border-color css
<style>
span { border-color: #A87D28; }
span { border-color: rgb(168,125,40); }
td.TdClassName
{
border-color: #A87D28;
}
.TagClassName
{
border-color: #A87D28;
}
</style>