Shades of Alpine #A87F40
Tints of Alpine #A87F40
RGB
CMYK
RGB Variations
Color information
#A87F40 (or 0xA87F40) is known color: Alpine. HEX triplet: A8, 7F and 40. RGB value is (168,127,64). Sum of RGB (Red+Green+Blue) = 168+127+64=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F40 is #5780BF. Grayscale: #848484. Windows color (decimal): -5734592 or 4226984. OLE color: 4226984.
HSL color Cylindrical-coordinate representation of color #A87F40: hue angle of 36.35º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A87F40 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 64 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.34 |
| HSL | 36.35º | 0.45% | 0.45% | - |
| HSV(B) | 36.35º | 0.62% | 0.66% | - |
| XYZ | 24.66 | 23.87 | 8.16 | - |
| YUV | 132.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 64 | 0 | 0.24 | 0.62 | 0.34 | 36.35 | 0.45 | 0.45 |
| Hex | A8 | 7F | 40 | 0 | 18 | 3E | 22 | 24 | 2D | 2D |
| Octal | 250 | 177 | 100 | 0 | 30 | 76 | 42 | 44 | 55 | 55 |
| Binary | 10101000 | 1111111 | 1000000 | 0 | 11000 | 111110 | 100010 | 100100 | 101101 | 101101 |
Color Harmonies of #A87F40
Complementary color
Monochromatic Colors of #A87F40
Black with #A87F40
Text Example
Text Example
White with #A87F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F40; }
p { color: rgb(168,127,64); }
H1.HeaderClassName
{
color: #A87F40;
}
.AnyTagClassName
{
color: #A87F40;
}
</style>
background-color css
<style>
a { background-color: #A87F40; }
a { background-color: rgb(168,127,64); }
div.DivClassName
{
background-color: #A87F40;
}
.BgClassName
{
background-color: #A87F40;
}
</style>
border-color css
<style>
span { border-color: #A87F40; }
span { border-color: rgb(168,127,64); }
td.TdClassName
{
border-color: #A87F40;
}
.TagClassName
{
border-color: #A87F40;
}
</style>