Shades of Alpine #AB863D
Tints of Alpine #AB863D
RGB
CMYK
RGB Variations
Color information
#AB863D (or 0xAB863D) is known color: Alpine. HEX triplet: AB, 86 and 3D. RGB value is (171,134,61). Sum of RGB (Red+Green+Blue) = 171+134+61=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB863D is #5479C2. Grayscale: #898989. Windows color (decimal): -5536195 or 4032171. OLE color: 4032171.
HSL color Cylindrical-coordinate representation of color #AB863D: hue angle of 39.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB863D is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 61 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.33 |
| HSL | 39.82º | 0.47% | 0.45% | - |
| HSV(B) | 39.82º | 0.64% | 0.67% | - |
| XYZ | 26.16 | 26.05 | 8.06 | - |
| YUV | 136.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 61 | 0 | 0.22 | 0.64 | 0.33 | 39.82 | 0.47 | 0.45 |
| Hex | AB | 86 | 3D | 0 | 16 | 40 | 21 | 28 | 2F | 2D |
| Octal | 253 | 206 | 75 | 0 | 26 | 100 | 41 | 50 | 57 | 55 |
| Binary | 10101011 | 10000110 | 111101 | 0 | 10110 | 1000000 | 100001 | 101000 | 101111 | 101101 |
Color Harmonies of #AB863D
Complementary color
Monochromatic Colors of #AB863D
Black with #AB863D
Text Example
Text Example
White with #AB863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB863D; }
p { color: rgb(171,134,61); }
H1.HeaderClassName
{
color: #AB863D;
}
.AnyTagClassName
{
color: #AB863D;
}
</style>
background-color css
<style>
a { background-color: #AB863D; }
a { background-color: rgb(171,134,61); }
div.DivClassName
{
background-color: #AB863D;
}
.BgClassName
{
background-color: #AB863D;
}
</style>
border-color css
<style>
span { border-color: #AB863D; }
span { border-color: rgb(171,134,61); }
td.TdClassName
{
border-color: #AB863D;
}
.TagClassName
{
border-color: #AB863D;
}
</style>