Shades of Alpine #AB8039
Tints of Alpine #AB8039
RGB
CMYK
RGB Variations
Color information
#AB8039 (or 0xAB8039) is known color: Alpine. HEX triplet: AB, 80 and 39. RGB value is (171,128,57). Sum of RGB (Red+Green+Blue) = 171+128+57=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8039 is #547FC6. Grayscale: #858585. Windows color (decimal): -5537735 or 3768491. OLE color: 3768491.
HSL color Cylindrical-coordinate representation of color #AB8039: hue angle of 37.37º 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 #AB8039 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 57 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.33 |
| HSL | 37.37º | 0.5% | 0.45% | - |
| HSV(B) | 37.37º | 0.67% | 0.67% | - |
| XYZ | 25.25 | 24.39 | 7.25 | - |
| YUV | 132.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 57 | 0 | 0.25 | 0.67 | 0.33 | 37.37 | 0.5 | 0.45 |
| Hex | AB | 80 | 39 | 0 | 19 | 43 | 21 | 25 | 32 | 2D |
| Octal | 253 | 200 | 71 | 0 | 31 | 103 | 41 | 45 | 62 | 55 |
| Binary | 10101011 | 10000000 | 111001 | 0 | 11001 | 1000011 | 100001 | 100101 | 110010 | 101101 |
Color Harmonies of #AB8039
Complementary color
Monochromatic Colors of #AB8039
Black with #AB8039
Text Example
Text Example
White with #AB8039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8039; }
p { color: rgb(171,128,57); }
H1.HeaderClassName
{
color: #AB8039;
}
.AnyTagClassName
{
color: #AB8039;
}
</style>
background-color css
<style>
a { background-color: #AB8039; }
a { background-color: rgb(171,128,57); }
div.DivClassName
{
background-color: #AB8039;
}
.BgClassName
{
background-color: #AB8039;
}
</style>
border-color css
<style>
span { border-color: #AB8039; }
span { border-color: rgb(171,128,57); }
td.TdClassName
{
border-color: #AB8039;
}
.TagClassName
{
border-color: #AB8039;
}
</style>