Shades of Alpine #AB8939
Tints of Alpine #AB8939
RGB
CMYK
RGB Variations
Color information
#AB8939 (or 0xAB8939) is known color: Alpine. HEX triplet: AB, 89 and 39. RGB value is (171,137,57). Sum of RGB (Red+Green+Blue) = 171+137+57=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8939 is #5476C6. Grayscale: #8A8A8A. Windows color (decimal): -5535431 or 3770795. OLE color: 3770795.
HSL color Cylindrical-coordinate representation of color #AB8939: hue angle of 42.11º 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 #AB8939 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 57 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.33 |
| HSL | 42.11º | 0.5% | 0.45% | - |
| HSV(B) | 42.11º | 0.67% | 0.67% | - |
| XYZ | 26.48 | 26.84 | 7.66 | - |
| YUV | 138.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 57 | 0 | 0.20 | 0.67 | 0.33 | 42.11 | 0.5 | 0.45 |
| Hex | AB | 89 | 39 | 0 | 14 | 43 | 21 | 2A | 32 | 2D |
| Octal | 253 | 211 | 71 | 0 | 24 | 103 | 41 | 52 | 62 | 55 |
| Binary | 10101011 | 10001001 | 111001 | 0 | 10100 | 1000011 | 100001 | 101010 | 110010 | 101101 |
Color Harmonies of #AB8939
Complementary color
Monochromatic Colors of #AB8939
Black with #AB8939
Text Example
Text Example
White with #AB8939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8939; }
p { color: rgb(171,137,57); }
H1.HeaderClassName
{
color: #AB8939;
}
.AnyTagClassName
{
color: #AB8939;
}
</style>
background-color css
<style>
a { background-color: #AB8939; }
a { background-color: rgb(171,137,57); }
div.DivClassName
{
background-color: #AB8939;
}
.BgClassName
{
background-color: #AB8939;
}
</style>
border-color css
<style>
span { border-color: #AB8939; }
span { border-color: rgb(171,137,57); }
td.TdClassName
{
border-color: #AB8939;
}
.TagClassName
{
border-color: #AB8939;
}
</style>