Shades of Alpine #AB8543
Tints of Alpine #AB8543
RGB
CMYK
RGB Variations
Color information
#AB8543 (or 0xAB8543) is known color: Alpine. HEX triplet: AB, 85 and 43. RGB value is (171,133,67). Sum of RGB (Red+Green+Blue) = 171+133+67=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8543 is #547ABC. Grayscale: #898989. Windows color (decimal): -5536445 or 4425131. OLE color: 4425131.
HSL color Cylindrical-coordinate representation of color #AB8543: hue angle of 38.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB8543 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 67 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.33 |
| HSL | 38.08º | 0.44% | 0.47% | - |
| HSV(B) | 38.08º | 0.61% | 0.67% | - |
| XYZ | 26.2 | 25.84 | 8.92 | - |
| YUV | 136.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 67 | 0 | 0.22 | 0.61 | 0.33 | 38.08 | 0.44 | 0.47 |
| Hex | AB | 85 | 43 | 0 | 16 | 3D | 21 | 26 | 2C | 2F |
| Octal | 253 | 205 | 103 | 0 | 26 | 75 | 41 | 46 | 54 | 57 |
| Binary | 10101011 | 10000101 | 1000011 | 0 | 10110 | 111101 | 100001 | 100110 | 101100 | 101111 |
Color Harmonies of #AB8543
Complementary color
Monochromatic Colors of #AB8543
Black with #AB8543
Text Example
Text Example
White with #AB8543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8543; }
p { color: rgb(171,133,67); }
H1.HeaderClassName
{
color: #AB8543;
}
.AnyTagClassName
{
color: #AB8543;
}
</style>
background-color css
<style>
a { background-color: #AB8543; }
a { background-color: rgb(171,133,67); }
div.DivClassName
{
background-color: #AB8543;
}
.BgClassName
{
background-color: #AB8543;
}
</style>
border-color css
<style>
span { border-color: #AB8543; }
span { border-color: rgb(171,133,67); }
td.TdClassName
{
border-color: #AB8543;
}
.TagClassName
{
border-color: #AB8543;
}
</style>