Shades of Alpine #AB8341
Tints of Alpine #AB8341
RGB
CMYK
RGB Variations
Color information
#AB8341 (or 0xAB8341) is known color: Alpine. HEX triplet: AB, 83 and 41. RGB value is (171,131,65). Sum of RGB (Red+Green+Blue) = 171+131+65=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8341 is #547CBE. Grayscale: #878787. Windows color (decimal): -5536959 or 4293547. OLE color: 4293547.
HSL color Cylindrical-coordinate representation of color #AB8341: hue angle of 37.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB8341 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 65 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.33 |
| HSL | 37.36º | 0.45% | 0.46% | - |
| HSV(B) | 37.36º | 0.62% | 0.67% | - |
| XYZ | 25.87 | 25.27 | 8.52 | - |
| YUV | 135.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 65 | 0 | 0.23 | 0.62 | 0.33 | 37.36 | 0.45 | 0.46 |
| Hex | AB | 83 | 41 | 0 | 17 | 3E | 21 | 25 | 2D | 2E |
| Octal | 253 | 203 | 101 | 0 | 27 | 76 | 41 | 45 | 55 | 56 |
| Binary | 10101011 | 10000011 | 1000001 | 0 | 10111 | 111110 | 100001 | 100101 | 101101 | 101110 |
Color Harmonies of #AB8341
Complementary color
Monochromatic Colors of #AB8341
Black with #AB8341
Text Example
Text Example
White with #AB8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8341; }
p { color: rgb(171,131,65); }
H1.HeaderClassName
{
color: #AB8341;
}
.AnyTagClassName
{
color: #AB8341;
}
</style>
background-color css
<style>
a { background-color: #AB8341; }
a { background-color: rgb(171,131,65); }
div.DivClassName
{
background-color: #AB8341;
}
.BgClassName
{
background-color: #AB8341;
}
</style>
border-color css
<style>
span { border-color: #AB8341; }
span { border-color: rgb(171,131,65); }
td.TdClassName
{
border-color: #AB8341;
}
.TagClassName
{
border-color: #AB8341;
}
</style>