Shades of Hot Toddy #A87225
Tints of Hot Toddy #A87225
RGB
CMYK
RGB Variations
Color information
#A87225 (or 0xA87225) is known color: Hot Toddy. HEX triplet: A8, 72 and 25. RGB value is (168,114,37). Sum of RGB (Red+Green+Blue) = 168+114+37=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A87225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87225 is #578DDA. Grayscale: #797979. Windows color (decimal): -5737947 or 2454184. OLE color: 2454184.
HSL color Cylindrical-coordinate representation of color #A87225: hue angle of 35.27º 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 #A87225 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 37 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.34 |
| HSL | 35.27º | 0.64% | 0.4% | - |
| HSV(B) | 35.27º | 0.78% | 0.66% | - |
| XYZ | 22.5 | 20.49 | 4.52 | - |
| YUV | 121.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 37 | 0 | 0.32 | 0.78 | 0.34 | 35.27 | 0.64 | 0.4 |
| Hex | A8 | 72 | 25 | 0 | 20 | 4E | 22 | 23 | 40 | 28 |
| Octal | 250 | 162 | 45 | 0 | 40 | 116 | 42 | 43 | 100 | 50 |
| Binary | 10101000 | 1110010 | 100101 | 0 | 100000 | 1001110 | 100010 | 100011 | 1000000 | 101000 |
Color Harmonies of #A87225
Complementary color
Monochromatic Colors of #A87225
Black with #A87225
Text Example
Text Example
White with #A87225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87225; }
p { color: rgb(168,114,37); }
H1.HeaderClassName
{
color: #A87225;
}
.AnyTagClassName
{
color: #A87225;
}
</style>
background-color css
<style>
a { background-color: #A87225; }
a { background-color: rgb(168,114,37); }
div.DivClassName
{
background-color: #A87225;
}
.BgClassName
{
background-color: #A87225;
}
</style>
border-color css
<style>
span { border-color: #A87225; }
span { border-color: rgb(168,114,37); }
td.TdClassName
{
border-color: #A87225;
}
.TagClassName
{
border-color: #A87225;
}
</style>