Shades of Hot Toddy #A87F2F
Tints of Hot Toddy #A87F2F
RGB
CMYK
RGB Variations
Color information
#A87F2F (or 0xA87F2F) is known color: Hot Toddy. HEX triplet: A8, 7F and 2F. RGB value is (168,127,47). Sum of RGB (Red+Green+Blue) = 168+127+47=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F2F is #5780D0. Grayscale: #828282. Windows color (decimal): -5734609 or 3112872. OLE color: 3112872.
HSL color Cylindrical-coordinate representation of color #A87F2F: hue angle of 39.67º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A87F2F is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 47 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.34 |
| HSL | 39.67º | 0.56% | 0.42% | - |
| HSV(B) | 39.67º | 0.72% | 0.66% | - |
| XYZ | 24.25 | 23.71 | 5.99 | - |
| YUV | 130.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 47 | 0 | 0.24 | 0.72 | 0.34 | 39.67 | 0.56 | 0.42 |
| Hex | A8 | 7F | 2F | 0 | 18 | 48 | 22 | 28 | 38 | 2A |
| Octal | 250 | 177 | 57 | 0 | 30 | 110 | 42 | 50 | 70 | 52 |
| Binary | 10101000 | 1111111 | 101111 | 0 | 11000 | 1001000 | 100010 | 101000 | 111000 | 101010 |
Color Harmonies of #A87F2F
Complementary color
Monochromatic Colors of #A87F2F
Black with #A87F2F
Text Example
Text Example
White with #A87F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F2F; }
p { color: rgb(168,127,47); }
H1.HeaderClassName
{
color: #A87F2F;
}
.AnyTagClassName
{
color: #A87F2F;
}
</style>
background-color css
<style>
a { background-color: #A87F2F; }
a { background-color: rgb(168,127,47); }
div.DivClassName
{
background-color: #A87F2F;
}
.BgClassName
{
background-color: #A87F2F;
}
</style>
border-color css
<style>
span { border-color: #A87F2F; }
span { border-color: rgb(168,127,47); }
td.TdClassName
{
border-color: #A87F2F;
}
.TagClassName
{
border-color: #A87F2F;
}
</style>