Shades of Hot Toddy #A87A31
Tints of Hot Toddy #A87A31
RGB
CMYK
RGB Variations
Color information
#A87A31 (or 0xA87A31) is known color: Hot Toddy. HEX triplet: A8, 7A and 31. RGB value is (168,122,49). Sum of RGB (Red+Green+Blue) = 168+122+49=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A31 is #5785CE. Grayscale: #7F7F7F. Windows color (decimal): -5735887 or 3242664. OLE color: 3242664.
HSL color Cylindrical-coordinate representation of color #A87A31: hue angle of 36.81º 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 #A87A31 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 49 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.34 |
| HSL | 36.81º | 0.55% | 0.43% | - |
| HSV(B) | 36.81º | 0.71% | 0.66% | - |
| XYZ | 23.66 | 22.47 | 5.99 | - |
| YUV | 127.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 49 | 0 | 0.27 | 0.71 | 0.34 | 36.81 | 0.55 | 0.43 |
| Hex | A8 | 7A | 31 | 0 | 1B | 47 | 22 | 25 | 37 | 2B |
| Octal | 250 | 172 | 61 | 0 | 33 | 107 | 42 | 45 | 67 | 53 |
| Binary | 10101000 | 1111010 | 110001 | 0 | 11011 | 1000111 | 100010 | 100101 | 110111 | 101011 |
Color Harmonies of #A87A31
Complementary color
Monochromatic Colors of #A87A31
Black with #A87A31
Text Example
Text Example
White with #A87A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A31; }
p { color: rgb(168,122,49); }
H1.HeaderClassName
{
color: #A87A31;
}
.AnyTagClassName
{
color: #A87A31;
}
</style>
background-color css
<style>
a { background-color: #A87A31; }
a { background-color: rgb(168,122,49); }
div.DivClassName
{
background-color: #A87A31;
}
.BgClassName
{
background-color: #A87A31;
}
</style>
border-color css
<style>
span { border-color: #A87A31; }
span { border-color: rgb(168,122,49); }
td.TdClassName
{
border-color: #A87A31;
}
.TagClassName
{
border-color: #A87A31;
}
</style>