Shades of Hot Toddy #A87438
Tints of Hot Toddy #A87438
RGB
CMYK
RGB Variations
Color information
#A87438 (or 0xA87438) is known color: Hot Toddy. HEX triplet: A8, 74 and 38. RGB value is (168,116,56). Sum of RGB (Red+Green+Blue) = 168+116+56=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A87438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87438 is #578BC7. Grayscale: #7D7D7D. Windows color (decimal): -5737416 or 3699880. OLE color: 3699880.
HSL color Cylindrical-coordinate representation of color #A87438: hue angle of 32.14º 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 #A87438 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 56 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.34 |
| HSL | 32.14º | 0.5% | 0.44% | - |
| HSV(B) | 32.14º | 0.67% | 0.66% | - |
| XYZ | 23.11 | 21.1 | 6.6 | - |
| YUV | 124.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 56 | 0 | 0.31 | 0.67 | 0.34 | 32.14 | 0.5 | 0.44 |
| Hex | A8 | 74 | 38 | 0 | 1F | 43 | 22 | 20 | 32 | 2C |
| Octal | 250 | 164 | 70 | 0 | 37 | 103 | 42 | 40 | 62 | 54 |
| Binary | 10101000 | 1110100 | 111000 | 0 | 11111 | 1000011 | 100010 | 100000 | 110010 | 101100 |
Color Harmonies of #A87438
Complementary color
Monochromatic Colors of #A87438
Black with #A87438
Text Example
Text Example
White with #A87438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87438; }
p { color: rgb(168,116,56); }
H1.HeaderClassName
{
color: #A87438;
}
.AnyTagClassName
{
color: #A87438;
}
</style>
background-color css
<style>
a { background-color: #A87438; }
a { background-color: rgb(168,116,56); }
div.DivClassName
{
background-color: #A87438;
}
.BgClassName
{
background-color: #A87438;
}
</style>
border-color css
<style>
span { border-color: #A87438; }
span { border-color: rgb(168,116,56); }
td.TdClassName
{
border-color: #A87438;
}
.TagClassName
{
border-color: #A87438;
}
</style>