Shades of Alpine #A88641
Tints of Alpine #A88641
RGB
CMYK
RGB Variations
Color information
#A88641 (or 0xA88641) is known color: Alpine. HEX triplet: A8, 86 and 41. RGB value is (168,134,65). Sum of RGB (Red+Green+Blue) = 168+134+65=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A88641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88641 is #5779BE. Grayscale: #888888. Windows color (decimal): -5732799 or 4294312. OLE color: 4294312.
HSL color Cylindrical-coordinate representation of color #A88641: hue angle of 40.19º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88641 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 65 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.34 |
| HSL | 40.19º | 0.44% | 0.46% | - |
| HSV(B) | 40.19º | 0.61% | 0.66% | - |
| XYZ | 25.63 | 25.76 | 8.62 | - |
| YUV | 136.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 65 | 0 | 0.20 | 0.61 | 0.34 | 40.19 | 0.44 | 0.46 |
| Hex | A8 | 86 | 41 | 0 | 14 | 3D | 22 | 28 | 2C | 2E |
| Octal | 250 | 206 | 101 | 0 | 24 | 75 | 42 | 50 | 54 | 56 |
| Binary | 10101000 | 10000110 | 1000001 | 0 | 10100 | 111101 | 100010 | 101000 | 101100 | 101110 |
Color Harmonies of #A88641
Complementary color
Monochromatic Colors of #A88641
Black with #A88641
Text Example
Text Example
White with #A88641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88641; }
p { color: rgb(168,134,65); }
H1.HeaderClassName
{
color: #A88641;
}
.AnyTagClassName
{
color: #A88641;
}
</style>
background-color css
<style>
a { background-color: #A88641; }
a { background-color: rgb(168,134,65); }
div.DivClassName
{
background-color: #A88641;
}
.BgClassName
{
background-color: #A88641;
}
</style>
border-color css
<style>
span { border-color: #A88641; }
span { border-color: rgb(168,134,65); }
td.TdClassName
{
border-color: #A88641;
}
.TagClassName
{
border-color: #A88641;
}
</style>