Shades of Alpine #AB893C
Tints of Alpine #AB893C
RGB
CMYK
RGB Variations
Color information
#AB893C (or 0xAB893C) is known color: Alpine. HEX triplet: AB, 89 and 3C. RGB value is (171,137,60). Sum of RGB (Red+Green+Blue) = 171+137+60=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB893C is #5476C3. Grayscale: #8A8A8A. Windows color (decimal): -5535428 or 3967403. OLE color: 3967403.
HSL color Cylindrical-coordinate representation of color #AB893C: hue angle of 41.62º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB893C is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 60 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.33 |
| HSL | 41.62º | 0.48% | 0.45% | - |
| HSV(B) | 41.62º | 0.65% | 0.67% | - |
| XYZ | 26.56 | 26.88 | 8.06 | - |
| YUV | 138.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 60 | 0 | 0.20 | 0.65 | 0.33 | 41.62 | 0.48 | 0.45 |
| Hex | AB | 89 | 3C | 0 | 14 | 41 | 21 | 2A | 30 | 2D |
| Octal | 253 | 211 | 74 | 0 | 24 | 101 | 41 | 52 | 60 | 55 |
| Binary | 10101011 | 10001001 | 111100 | 0 | 10100 | 1000001 | 100001 | 101010 | 110000 | 101101 |
Color Harmonies of #AB893C
Complementary color
Monochromatic Colors of #AB893C
Black with #AB893C
Text Example
Text Example
White with #AB893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB893C; }
p { color: rgb(171,137,60); }
H1.HeaderClassName
{
color: #AB893C;
}
.AnyTagClassName
{
color: #AB893C;
}
</style>
background-color css
<style>
a { background-color: #AB893C; }
a { background-color: rgb(171,137,60); }
div.DivClassName
{
background-color: #AB893C;
}
.BgClassName
{
background-color: #AB893C;
}
</style>
border-color css
<style>
span { border-color: #AB893C; }
span { border-color: rgb(171,137,60); }
td.TdClassName
{
border-color: #AB893C;
}
.TagClassName
{
border-color: #AB893C;
}
</style>