Shades of Alpine #AB8139
Tints of Alpine #AB8139
RGB
CMYK
RGB Variations
Color information
#AB8139 (or 0xAB8139) is known color: Alpine. HEX triplet: AB, 81 and 39. RGB value is (171,129,57). Sum of RGB (Red+Green+Blue) = 171+129+57=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8139 is #547EC6. Grayscale: #858585. Windows color (decimal): -5537479 or 3768747. OLE color: 3768747.
HSL color Cylindrical-coordinate representation of color #AB8139: hue angle of 37.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB8139 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 57 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.33 |
| HSL | 37.89º | 0.5% | 0.45% | - |
| HSV(B) | 37.89º | 0.67% | 0.67% | - |
| XYZ | 25.38 | 24.65 | 7.29 | - |
| YUV | 133.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 57 | 0 | 0.25 | 0.67 | 0.33 | 37.89 | 0.5 | 0.45 |
| Hex | AB | 81 | 39 | 0 | 19 | 43 | 21 | 26 | 32 | 2D |
| Octal | 253 | 201 | 71 | 0 | 31 | 103 | 41 | 46 | 62 | 55 |
| Binary | 10101011 | 10000001 | 111001 | 0 | 11001 | 1000011 | 100001 | 100110 | 110010 | 101101 |
Color Harmonies of #AB8139
Complementary color
Monochromatic Colors of #AB8139
Black with #AB8139
Text Example
Text Example
White with #AB8139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8139; }
p { color: rgb(171,129,57); }
H1.HeaderClassName
{
color: #AB8139;
}
.AnyTagClassName
{
color: #AB8139;
}
</style>
background-color css
<style>
a { background-color: #AB8139; }
a { background-color: rgb(171,129,57); }
div.DivClassName
{
background-color: #AB8139;
}
.BgClassName
{
background-color: #AB8139;
}
</style>
border-color css
<style>
span { border-color: #AB8139; }
span { border-color: rgb(171,129,57); }
td.TdClassName
{
border-color: #AB8139;
}
.TagClassName
{
border-color: #AB8139;
}
</style>