Shades of Alpine #AB8B3C
Tints of Alpine #AB8B3C
RGB
CMYK
RGB Variations
Color information
#AB8B3C (or 0xAB8B3C) is known color: Alpine. HEX triplet: AB, 8B and 3C. RGB value is (171,139,60). Sum of RGB (Red+Green+Blue) = 171+139+60=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B3C is #5474C3. Grayscale: #8B8B8B. Windows color (decimal): -5534916 or 3967915. OLE color: 3967915.
HSL color Cylindrical-coordinate representation of color #AB8B3C: hue angle of 42.7º 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 #AB8B3C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 60 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.33 |
| HSL | 42.7º | 0.48% | 0.45% | - |
| HSV(B) | 42.7º | 0.65% | 0.67% | - |
| XYZ | 26.84 | 27.45 | 8.16 | - |
| YUV | 139.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 60 | 0 | 0.19 | 0.65 | 0.33 | 42.7 | 0.48 | 0.45 |
| Hex | AB | 8B | 3C | 0 | 13 | 41 | 21 | 2B | 30 | 2D |
| Octal | 253 | 213 | 74 | 0 | 23 | 101 | 41 | 53 | 60 | 55 |
| Binary | 10101011 | 10001011 | 111100 | 0 | 10011 | 1000001 | 100001 | 101011 | 110000 | 101101 |
Color Harmonies of #AB8B3C
Complementary color
Monochromatic Colors of #AB8B3C
Black with #AB8B3C
Text Example
Text Example
White with #AB8B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B3C; }
p { color: rgb(171,139,60); }
H1.HeaderClassName
{
color: #AB8B3C;
}
.AnyTagClassName
{
color: #AB8B3C;
}
</style>
background-color css
<style>
a { background-color: #AB8B3C; }
a { background-color: rgb(171,139,60); }
div.DivClassName
{
background-color: #AB8B3C;
}
.BgClassName
{
background-color: #AB8B3C;
}
</style>
border-color css
<style>
span { border-color: #AB8B3C; }
span { border-color: rgb(171,139,60); }
td.TdClassName
{
border-color: #AB8B3C;
}
.TagClassName
{
border-color: #AB8B3C;
}
</style>