Shades of Alpine #A8873E
Tints of Alpine #A8873E
RGB
CMYK
RGB Variations
Color information
#A8873E (or 0xA8873E) is known color: Alpine. HEX triplet: A8, 87 and 3E. RGB value is (168,135,62). Sum of RGB (Red+Green+Blue) = 168+135+62=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8873E is #5778C1. Grayscale: #888888. Windows color (decimal): -5732546 or 4097960. OLE color: 4097960.
HSL color Cylindrical-coordinate representation of color #A8873E: hue angle of 41.32º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8873E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 62 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.34 |
| HSL | 41.32º | 0.46% | 0.45% | - |
| HSV(B) | 41.32º | 0.63% | 0.66% | - |
| XYZ | 25.68 | 26 | 8.22 | - |
| YUV | 136.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 62 | 0 | 0.20 | 0.63 | 0.34 | 41.32 | 0.46 | 0.45 |
| Hex | A8 | 87 | 3E | 0 | 14 | 3F | 22 | 29 | 2E | 2D |
| Octal | 250 | 207 | 76 | 0 | 24 | 77 | 42 | 51 | 56 | 55 |
| Binary | 10101000 | 10000111 | 111110 | 0 | 10100 | 111111 | 100010 | 101001 | 101110 | 101101 |
Color Harmonies of #A8873E
Complementary color
Monochromatic Colors of #A8873E
Black with #A8873E
Text Example
Text Example
White with #A8873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8873E; }
p { color: rgb(168,135,62); }
H1.HeaderClassName
{
color: #A8873E;
}
.AnyTagClassName
{
color: #A8873E;
}
</style>
background-color css
<style>
a { background-color: #A8873E; }
a { background-color: rgb(168,135,62); }
div.DivClassName
{
background-color: #A8873E;
}
.BgClassName
{
background-color: #A8873E;
}
</style>
border-color css
<style>
span { border-color: #A8873E; }
span { border-color: rgb(168,135,62); }
td.TdClassName
{
border-color: #A8873E;
}
.TagClassName
{
border-color: #A8873E;
}
</style>