Shades of Alpine #AB8339
Tints of Alpine #AB8339
RGB
CMYK
RGB Variations
Color information
#AB8339 (or 0xAB8339) is known color: Alpine. HEX triplet: AB, 83 and 39. RGB value is (171,131,57). Sum of RGB (Red+Green+Blue) = 171+131+57=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8339 is #547CC6. Grayscale: #868686. Windows color (decimal): -5536967 or 3769259. OLE color: 3769259.
HSL color Cylindrical-coordinate representation of color #AB8339: hue angle of 38.95º 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 #AB8339 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 57 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.33 |
| HSL | 38.95º | 0.5% | 0.45% | - |
| HSV(B) | 38.95º | 0.67% | 0.67% | - |
| XYZ | 25.65 | 25.19 | 7.38 | - |
| YUV | 134.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 57 | 0 | 0.23 | 0.67 | 0.33 | 38.95 | 0.5 | 0.45 |
| Hex | AB | 83 | 39 | 0 | 17 | 43 | 21 | 27 | 32 | 2D |
| Octal | 253 | 203 | 71 | 0 | 27 | 103 | 41 | 47 | 62 | 55 |
| Binary | 10101011 | 10000011 | 111001 | 0 | 10111 | 1000011 | 100001 | 100111 | 110010 | 101101 |
Color Harmonies of #AB8339
Complementary color
Monochromatic Colors of #AB8339
Black with #AB8339
Text Example
Text Example
White with #AB8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8339; }
p { color: rgb(171,131,57); }
H1.HeaderClassName
{
color: #AB8339;
}
.AnyTagClassName
{
color: #AB8339;
}
</style>
background-color css
<style>
a { background-color: #AB8339; }
a { background-color: rgb(171,131,57); }
div.DivClassName
{
background-color: #AB8339;
}
.BgClassName
{
background-color: #AB8339;
}
</style>
border-color css
<style>
span { border-color: #AB8339; }
span { border-color: rgb(171,131,57); }
td.TdClassName
{
border-color: #AB8339;
}
.TagClassName
{
border-color: #AB8339;
}
</style>