Shades of Alpine #AB8443
Tints of Alpine #AB8443
RGB
CMYK
RGB Variations
Color information
#AB8443 (or 0xAB8443) is known color: Alpine. HEX triplet: AB, 84 and 43. RGB value is (171,132,67). Sum of RGB (Red+Green+Blue) = 171+132+67=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8443 is #547BBC. Grayscale: #888888. Windows color (decimal): -5536701 or 4424875. OLE color: 4424875.
HSL color Cylindrical-coordinate representation of color #AB8443: hue angle of 37.5º 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 #AB8443 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 67 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.33 |
| HSL | 37.5º | 0.44% | 0.47% | - |
| HSV(B) | 37.5º | 0.61% | 0.67% | - |
| XYZ | 26.06 | 25.57 | 8.87 | - |
| YUV | 136.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 67 | 0 | 0.23 | 0.61 | 0.33 | 37.5 | 0.44 | 0.47 |
| Hex | AB | 84 | 43 | 0 | 17 | 3D | 21 | 26 | 2C | 2F |
| Octal | 253 | 204 | 103 | 0 | 27 | 75 | 41 | 46 | 54 | 57 |
| Binary | 10101011 | 10000100 | 1000011 | 0 | 10111 | 111101 | 100001 | 100110 | 101100 | 101111 |
Color Harmonies of #AB8443
Complementary color
Monochromatic Colors of #AB8443
Black with #AB8443
Text Example
Text Example
White with #AB8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8443; }
p { color: rgb(171,132,67); }
H1.HeaderClassName
{
color: #AB8443;
}
.AnyTagClassName
{
color: #AB8443;
}
</style>
background-color css
<style>
a { background-color: #AB8443; }
a { background-color: rgb(171,132,67); }
div.DivClassName
{
background-color: #AB8443;
}
.BgClassName
{
background-color: #AB8443;
}
</style>
border-color css
<style>
span { border-color: #AB8443; }
span { border-color: rgb(171,132,67); }
td.TdClassName
{
border-color: #AB8443;
}
.TagClassName
{
border-color: #AB8443;
}
</style>