Shades of Hot Toddy #A87431
Tints of Hot Toddy #A87431
RGB
CMYK
RGB Variations
Color information
#A87431 (or 0xA87431) is known color: Hot Toddy. HEX triplet: A8, 74 and 31. RGB value is (168,116,49). Sum of RGB (Red+Green+Blue) = 168+116+49=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A87431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87431 is #578BCE. Grayscale: #7C7C7C. Windows color (decimal): -5737423 or 3241128. OLE color: 3241128.
HSL color Cylindrical-coordinate representation of color #A87431: hue angle of 33.78º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A87431 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 49 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.34 |
| HSL | 33.78º | 0.55% | 0.43% | - |
| HSV(B) | 33.78º | 0.71% | 0.66% | - |
| XYZ | 22.95 | 21.04 | 5.76 | - |
| YUV | 123.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 49 | 0 | 0.31 | 0.71 | 0.34 | 33.78 | 0.55 | 0.43 |
| Hex | A8 | 74 | 31 | 0 | 1F | 47 | 22 | 22 | 37 | 2B |
| Octal | 250 | 164 | 61 | 0 | 37 | 107 | 42 | 42 | 67 | 53 |
| Binary | 10101000 | 1110100 | 110001 | 0 | 11111 | 1000111 | 100010 | 100010 | 110111 | 101011 |
Color Harmonies of #A87431
Complementary color
Monochromatic Colors of #A87431
Black with #A87431
Text Example
Text Example
White with #A87431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87431; }
p { color: rgb(168,116,49); }
H1.HeaderClassName
{
color: #A87431;
}
.AnyTagClassName
{
color: #A87431;
}
</style>
background-color css
<style>
a { background-color: #A87431; }
a { background-color: rgb(168,116,49); }
div.DivClassName
{
background-color: #A87431;
}
.BgClassName
{
background-color: #A87431;
}
</style>
border-color css
<style>
span { border-color: #A87431; }
span { border-color: rgb(168,116,49); }
td.TdClassName
{
border-color: #A87431;
}
.TagClassName
{
border-color: #A87431;
}
</style>