Shades of Alpine #AB8138
Tints of Alpine #AB8138
RGB
CMYK
RGB Variations
Color information
#AB8138 (or 0xAB8138) is known color: Alpine. HEX triplet: AB, 81 and 38. RGB value is (171,129,56). Sum of RGB (Red+Green+Blue) = 171+129+56=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8138 is #547EC7. Grayscale: #858585. Windows color (decimal): -5537480 or 3703211. OLE color: 3703211.
HSL color Cylindrical-coordinate representation of color #AB8138: hue angle of 38.09º degrees, saturation: 0.51, 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 #AB8138 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 56 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.33 |
| HSL | 38.09º | 0.51% | 0.45% | - |
| HSV(B) | 38.09º | 0.67% | 0.67% | - |
| XYZ | 25.36 | 24.64 | 7.16 | - |
| YUV | 133.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 56 | 0 | 0.25 | 0.67 | 0.33 | 38.09 | 0.51 | 0.45 |
| Hex | AB | 81 | 38 | 0 | 19 | 43 | 21 | 26 | 33 | 2D |
| Octal | 253 | 201 | 70 | 0 | 31 | 103 | 41 | 46 | 63 | 55 |
| Binary | 10101011 | 10000001 | 111000 | 0 | 11001 | 1000011 | 100001 | 100110 | 110011 | 101101 |
Color Harmonies of #AB8138
Complementary color
Monochromatic Colors of #AB8138
Black with #AB8138
Text Example
Text Example
White with #AB8138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8138; }
p { color: rgb(171,129,56); }
H1.HeaderClassName
{
color: #AB8138;
}
.AnyTagClassName
{
color: #AB8138;
}
</style>
background-color css
<style>
a { background-color: #AB8138; }
a { background-color: rgb(171,129,56); }
div.DivClassName
{
background-color: #AB8138;
}
.BgClassName
{
background-color: #AB8138;
}
</style>
border-color css
<style>
span { border-color: #AB8138; }
span { border-color: rgb(171,129,56); }
td.TdClassName
{
border-color: #AB8138;
}
.TagClassName
{
border-color: #AB8138;
}
</style>