Shades of Alpine #AB843F
Tints of Alpine #AB843F
RGB
CMYK
RGB Variations
Color information
#AB843F (or 0xAB843F) is known color: Alpine. HEX triplet: AB, 84 and 3F. RGB value is (171,132,63). Sum of RGB (Red+Green+Blue) = 171+132+63=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB843F is #547BC0. Grayscale: #888888. Windows color (decimal): -5536705 or 4162731. OLE color: 4162731.
HSL color Cylindrical-coordinate representation of color #AB843F: hue angle of 38.33º 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 #AB843F is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 63 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.33 |
| HSL | 38.33º | 0.46% | 0.46% | - |
| HSV(B) | 38.33º | 0.63% | 0.67% | - |
| XYZ | 25.94 | 25.52 | 8.26 | - |
| YUV | 135.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 63 | 0 | 0.23 | 0.63 | 0.33 | 38.33 | 0.46 | 0.46 |
| Hex | AB | 84 | 3F | 0 | 17 | 3F | 21 | 26 | 2E | 2E |
| Octal | 253 | 204 | 77 | 0 | 27 | 77 | 41 | 46 | 56 | 56 |
| Binary | 10101011 | 10000100 | 111111 | 0 | 10111 | 111111 | 100001 | 100110 | 101110 | 101110 |
Color Harmonies of #AB843F
Complementary color
Monochromatic Colors of #AB843F
Black with #AB843F
Text Example
Text Example
White with #AB843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB843F; }
p { color: rgb(171,132,63); }
H1.HeaderClassName
{
color: #AB843F;
}
.AnyTagClassName
{
color: #AB843F;
}
</style>
background-color css
<style>
a { background-color: #AB843F; }
a { background-color: rgb(171,132,63); }
div.DivClassName
{
background-color: #AB843F;
}
.BgClassName
{
background-color: #AB843F;
}
</style>
border-color css
<style>
span { border-color: #AB843F; }
span { border-color: rgb(171,132,63); }
td.TdClassName
{
border-color: #AB843F;
}
.TagClassName
{
border-color: #AB843F;
}
</style>