Shades of Hot Toddy #A87938
Tints of Hot Toddy #A87938
RGB
CMYK
RGB Variations
Color information
#A87938 (or 0xA87938) is known color: Hot Toddy. HEX triplet: A8, 79 and 38. RGB value is (168,121,56). Sum of RGB (Red+Green+Blue) = 168+121+56=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A87938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87938 is #5786C7. Grayscale: #7F7F7F. Windows color (decimal): -5736136 or 3701160. OLE color: 3701160.
HSL color Cylindrical-coordinate representation of color #A87938: hue angle of 34.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A87938 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 56 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.34 |
| HSL | 34.82º | 0.5% | 0.44% | - |
| HSV(B) | 34.82º | 0.67% | 0.66% | - |
| XYZ | 23.7 | 22.29 | 6.79 | - |
| YUV | 127.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 56 | 0 | 0.28 | 0.67 | 0.34 | 34.82 | 0.5 | 0.44 |
| Hex | A8 | 79 | 38 | 0 | 1C | 43 | 22 | 23 | 32 | 2C |
| Octal | 250 | 171 | 70 | 0 | 34 | 103 | 42 | 43 | 62 | 54 |
| Binary | 10101000 | 1111001 | 111000 | 0 | 11100 | 1000011 | 100010 | 100011 | 110010 | 101100 |
Color Harmonies of #A87938
Complementary color
Monochromatic Colors of #A87938
Black with #A87938
Text Example
Text Example
White with #A87938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87938; }
p { color: rgb(168,121,56); }
H1.HeaderClassName
{
color: #A87938;
}
.AnyTagClassName
{
color: #A87938;
}
</style>
background-color css
<style>
a { background-color: #A87938; }
a { background-color: rgb(168,121,56); }
div.DivClassName
{
background-color: #A87938;
}
.BgClassName
{
background-color: #A87938;
}
</style>
border-color css
<style>
span { border-color: #A87938; }
span { border-color: rgb(168,121,56); }
td.TdClassName
{
border-color: #A87938;
}
.TagClassName
{
border-color: #A87938;
}
</style>