Shades of Alpine #AB893F
Tints of Alpine #AB893F
RGB
CMYK
RGB Variations
Color information
#AB893F (or 0xAB893F) is known color: Alpine. HEX triplet: AB, 89 and 3F. RGB value is (171,137,63). Sum of RGB (Red+Green+Blue) = 171+137+63=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB893F is #5476C0. Grayscale: #8B8B8B. Windows color (decimal): -5535425 or 4164011. OLE color: 4164011.
HSL color Cylindrical-coordinate representation of color #AB893F: hue angle of 41.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB893F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 63 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.33 |
| HSL | 41.11º | 0.46% | 0.46% | - |
| HSV(B) | 41.11º | 0.63% | 0.67% | - |
| XYZ | 26.64 | 26.91 | 8.49 | - |
| YUV | 138.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 63 | 0 | 0.20 | 0.63 | 0.33 | 41.11 | 0.46 | 0.46 |
| Hex | AB | 89 | 3F | 0 | 14 | 3F | 21 | 29 | 2E | 2E |
| Octal | 253 | 211 | 77 | 0 | 24 | 77 | 41 | 51 | 56 | 56 |
| Binary | 10101011 | 10001001 | 111111 | 0 | 10100 | 111111 | 100001 | 101001 | 101110 | 101110 |
Color Harmonies of #AB893F
Complementary color
Monochromatic Colors of #AB893F
Black with #AB893F
Text Example
Text Example
White with #AB893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB893F; }
p { color: rgb(171,137,63); }
H1.HeaderClassName
{
color: #AB893F;
}
.AnyTagClassName
{
color: #AB893F;
}
</style>
background-color css
<style>
a { background-color: #AB893F; }
a { background-color: rgb(171,137,63); }
div.DivClassName
{
background-color: #AB893F;
}
.BgClassName
{
background-color: #AB893F;
}
</style>
border-color css
<style>
span { border-color: #AB893F; }
span { border-color: rgb(171,137,63); }
td.TdClassName
{
border-color: #AB893F;
}
.TagClassName
{
border-color: #AB893F;
}
</style>