Shades of Hot Toddy #A87825
Tints of Hot Toddy #A87825
RGB
CMYK
RGB Variations
Color information
#A87825 (or 0xA87825) is known color: Hot Toddy. HEX triplet: A8, 78 and 25. RGB value is (168,120,37). Sum of RGB (Red+Green+Blue) = 168+120+37=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A87825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87825 is #5787DA. Grayscale: #7D7D7D. Windows color (decimal): -5736411 or 2455720. OLE color: 2455720.
HSL color Cylindrical-coordinate representation of color #A87825: hue angle of 38.02º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A87825 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 37 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.34 |
| HSL | 38.02º | 0.64% | 0.4% | - |
| HSV(B) | 38.02º | 0.78% | 0.66% | - |
| XYZ | 23.2 | 21.89 | 4.75 | - |
| YUV | 124.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 37 | 0 | 0.29 | 0.78 | 0.34 | 38.02 | 0.64 | 0.4 |
| Hex | A8 | 78 | 25 | 0 | 1D | 4E | 22 | 26 | 40 | 28 |
| Octal | 250 | 170 | 45 | 0 | 35 | 116 | 42 | 46 | 100 | 50 |
| Binary | 10101000 | 1111000 | 100101 | 0 | 11101 | 1001110 | 100010 | 100110 | 1000000 | 101000 |
Color Harmonies of #A87825
Complementary color
Monochromatic Colors of #A87825
Black with #A87825
Text Example
Text Example
White with #A87825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87825; }
p { color: rgb(168,120,37); }
H1.HeaderClassName
{
color: #A87825;
}
.AnyTagClassName
{
color: #A87825;
}
</style>
background-color css
<style>
a { background-color: #A87825; }
a { background-color: rgb(168,120,37); }
div.DivClassName
{
background-color: #A87825;
}
.BgClassName
{
background-color: #A87825;
}
</style>
border-color css
<style>
span { border-color: #A87825; }
span { border-color: rgb(168,120,37); }
td.TdClassName
{
border-color: #A87825;
}
.TagClassName
{
border-color: #A87825;
}
</style>