Shades of Alpine #AB8841
Tints of Alpine #AB8841
RGB
CMYK
RGB Variations
Color information
#AB8841 (or 0xAB8841) is known color: Alpine. HEX triplet: AB, 88 and 41. RGB value is (171,136,65). Sum of RGB (Red+Green+Blue) = 171+136+65=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8841 is #5477BE. Grayscale: #8A8A8A. Windows color (decimal): -5535679 or 4294827. OLE color: 4294827.
HSL color Cylindrical-coordinate representation of color #AB8841: hue angle of 40.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB8841 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 65 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.33 |
| HSL | 40.19º | 0.45% | 0.46% | - |
| HSV(B) | 40.19º | 0.62% | 0.67% | - |
| XYZ | 26.55 | 26.65 | 8.75 | - |
| YUV | 138.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 65 | 0 | 0.20 | 0.62 | 0.33 | 40.19 | 0.45 | 0.46 |
| Hex | AB | 88 | 41 | 0 | 14 | 3E | 21 | 28 | 2D | 2E |
| Octal | 253 | 210 | 101 | 0 | 24 | 76 | 41 | 50 | 55 | 56 |
| Binary | 10101011 | 10001000 | 1000001 | 0 | 10100 | 111110 | 100001 | 101000 | 101101 | 101110 |
Color Harmonies of #AB8841
Complementary color
Monochromatic Colors of #AB8841
Black with #AB8841
Text Example
Text Example
White with #AB8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8841; }
p { color: rgb(171,136,65); }
H1.HeaderClassName
{
color: #AB8841;
}
.AnyTagClassName
{
color: #AB8841;
}
</style>
background-color css
<style>
a { background-color: #AB8841; }
a { background-color: rgb(171,136,65); }
div.DivClassName
{
background-color: #AB8841;
}
.BgClassName
{
background-color: #AB8841;
}
</style>
border-color css
<style>
span { border-color: #AB8841; }
span { border-color: rgb(171,136,65); }
td.TdClassName
{
border-color: #AB8841;
}
.TagClassName
{
border-color: #AB8841;
}
</style>