Shades of Alpine #A88137
Tints of Alpine #A88137
RGB
CMYK
RGB Variations
Color information
#A88137 (or 0xA88137) is known color: Alpine. HEX triplet: A8, 81 and 37. RGB value is (168,129,55). Sum of RGB (Red+Green+Blue) = 168+129+55=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A88137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88137 is #577EC8. Grayscale: #848484. Windows color (decimal): -5734089 or 3637672. OLE color: 3637672.
HSL color Cylindrical-coordinate representation of color #A88137: hue angle of 39.29º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A88137 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 55 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.34 |
| HSL | 39.29º | 0.51% | 0.44% | - |
| HSV(B) | 39.29º | 0.67% | 0.66% | - |
| XYZ | 24.69 | 24.3 | 7 | - |
| YUV | 132.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 55 | 0 | 0.23 | 0.67 | 0.34 | 39.29 | 0.51 | 0.44 |
| Hex | A8 | 81 | 37 | 0 | 17 | 43 | 22 | 27 | 33 | 2C |
| Octal | 250 | 201 | 67 | 0 | 27 | 103 | 42 | 47 | 63 | 54 |
| Binary | 10101000 | 10000001 | 110111 | 0 | 10111 | 1000011 | 100010 | 100111 | 110011 | 101100 |
Color Harmonies of #A88137
Complementary color
Monochromatic Colors of #A88137
Black with #A88137
Text Example
Text Example
White with #A88137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88137; }
p { color: rgb(168,129,55); }
H1.HeaderClassName
{
color: #A88137;
}
.AnyTagClassName
{
color: #A88137;
}
</style>
background-color css
<style>
a { background-color: #A88137; }
a { background-color: rgb(168,129,55); }
div.DivClassName
{
background-color: #A88137;
}
.BgClassName
{
background-color: #A88137;
}
</style>
border-color css
<style>
span { border-color: #A88137; }
span { border-color: rgb(168,129,55); }
td.TdClassName
{
border-color: #A88137;
}
.TagClassName
{
border-color: #A88137;
}
</style>