Shades of Alpine #AB8639
Tints of Alpine #AB8639
RGB
CMYK
RGB Variations
Color information
#AB8639 (or 0xAB8639) is known color: Alpine. HEX triplet: AB, 86 and 39. RGB value is (171,134,57). Sum of RGB (Red+Green+Blue) = 171+134+57=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8639 is #5479C6. Grayscale: #888888. Windows color (decimal): -5536199 or 3770027. OLE color: 3770027.
HSL color Cylindrical-coordinate representation of color #AB8639: hue angle of 40.53º 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 #AB8639 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 57 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.33 |
| HSL | 40.53º | 0.5% | 0.45% | - |
| HSV(B) | 40.53º | 0.67% | 0.67% | - |
| XYZ | 26.06 | 26 | 7.52 | - |
| YUV | 136.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 57 | 0 | 0.22 | 0.67 | 0.33 | 40.53 | 0.5 | 0.45 |
| Hex | AB | 86 | 39 | 0 | 16 | 43 | 21 | 29 | 32 | 2D |
| Octal | 253 | 206 | 71 | 0 | 26 | 103 | 41 | 51 | 62 | 55 |
| Binary | 10101011 | 10000110 | 111001 | 0 | 10110 | 1000011 | 100001 | 101001 | 110010 | 101101 |
Color Harmonies of #AB8639
Complementary color
Monochromatic Colors of #AB8639
Black with #AB8639
Text Example
Text Example
White with #AB8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8639; }
p { color: rgb(171,134,57); }
H1.HeaderClassName
{
color: #AB8639;
}
.AnyTagClassName
{
color: #AB8639;
}
</style>
background-color css
<style>
a { background-color: #AB8639; }
a { background-color: rgb(171,134,57); }
div.DivClassName
{
background-color: #AB8639;
}
.BgClassName
{
background-color: #AB8639;
}
</style>
border-color css
<style>
span { border-color: #AB8639; }
span { border-color: rgb(171,134,57); }
td.TdClassName
{
border-color: #AB8639;
}
.TagClassName
{
border-color: #AB8639;
}
</style>