Shades of Alpine #A88636
Tints of Alpine #A88636
RGB
CMYK
RGB Variations
Color information
#A88636 (or 0xA88636) is known color: Alpine. HEX triplet: A8, 86 and 36. RGB value is (168,134,54). Sum of RGB (Red+Green+Blue) = 168+134+54=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A88636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88636 is #5779C9. Grayscale: #878787. Windows color (decimal): -5732810 or 3573416. OLE color: 3573416.
HSL color Cylindrical-coordinate representation of color #A88636: hue angle of 42.11º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A88636 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 54 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.34 |
| HSL | 42.11º | 0.51% | 0.44% | - |
| HSV(B) | 42.11º | 0.68% | 0.66% | - |
| XYZ | 25.34 | 25.64 | 7.1 | - |
| YUV | 135.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 54 | 0 | 0.20 | 0.68 | 0.34 | 42.11 | 0.51 | 0.44 |
| Hex | A8 | 86 | 36 | 0 | 14 | 44 | 22 | 2A | 33 | 2C |
| Octal | 250 | 206 | 66 | 0 | 24 | 104 | 42 | 52 | 63 | 54 |
| Binary | 10101000 | 10000110 | 110110 | 0 | 10100 | 1000100 | 100010 | 101010 | 110011 | 101100 |
Color Harmonies of #A88636
Complementary color
Monochromatic Colors of #A88636
Black with #A88636
Text Example
Text Example
White with #A88636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88636; }
p { color: rgb(168,134,54); }
H1.HeaderClassName
{
color: #A88636;
}
.AnyTagClassName
{
color: #A88636;
}
</style>
background-color css
<style>
a { background-color: #A88636; }
a { background-color: rgb(168,134,54); }
div.DivClassName
{
background-color: #A88636;
}
.BgClassName
{
background-color: #A88636;
}
</style>
border-color css
<style>
span { border-color: #A88636; }
span { border-color: rgb(168,134,54); }
td.TdClassName
{
border-color: #A88636;
}
.TagClassName
{
border-color: #A88636;
}
</style>