Shades of Alpine #AB8141
Tints of Alpine #AB8141
RGB
CMYK
RGB Variations
Color information
#AB8141 (or 0xAB8141) is known color: Alpine. HEX triplet: AB, 81 and 41. RGB value is (171,129,65). Sum of RGB (Red+Green+Blue) = 171+129+65=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8141 is #547EBE. Grayscale: #868686. Windows color (decimal): -5537471 or 4293035. OLE color: 4293035.
HSL color Cylindrical-coordinate representation of color #AB8141: hue angle of 36.23º 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 #AB8141 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 65 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.33 |
| HSL | 36.23º | 0.45% | 0.46% | - |
| HSV(B) | 36.23º | 0.62% | 0.67% | - |
| XYZ | 25.6 | 24.74 | 8.43 | - |
| YUV | 134.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 65 | 0 | 0.25 | 0.62 | 0.33 | 36.23 | 0.45 | 0.46 |
| Hex | AB | 81 | 41 | 0 | 19 | 3E | 21 | 24 | 2D | 2E |
| Octal | 253 | 201 | 101 | 0 | 31 | 76 | 41 | 44 | 55 | 56 |
| Binary | 10101011 | 10000001 | 1000001 | 0 | 11001 | 111110 | 100001 | 100100 | 101101 | 101110 |
Color Harmonies of #AB8141
Complementary color
Monochromatic Colors of #AB8141
Black with #AB8141
Text Example
Text Example
White with #AB8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8141; }
p { color: rgb(171,129,65); }
H1.HeaderClassName
{
color: #AB8141;
}
.AnyTagClassName
{
color: #AB8141;
}
</style>
background-color css
<style>
a { background-color: #AB8141; }
a { background-color: rgb(171,129,65); }
div.DivClassName
{
background-color: #AB8141;
}
.BgClassName
{
background-color: #AB8141;
}
</style>
border-color css
<style>
span { border-color: #AB8141; }
span { border-color: rgb(171,129,65); }
td.TdClassName
{
border-color: #AB8141;
}
.TagClassName
{
border-color: #AB8141;
}
</style>