Shades of Alpine #AB8240
Tints of Alpine #AB8240
RGB
CMYK
RGB Variations
Color information
#AB8240 (or 0xAB8240) is known color: Alpine. HEX triplet: AB, 82 and 40. RGB value is (171,130,64). Sum of RGB (Red+Green+Blue) = 171+130+64=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8240 is #547DBF. Grayscale: #878787. Windows color (decimal): -5537216 or 4227755. OLE color: 4227755.
HSL color Cylindrical-coordinate representation of color #AB8240: hue angle of 37.01º 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 #AB8240 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 64 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.33 |
| HSL | 37.01º | 0.46% | 0.46% | - |
| HSV(B) | 37.01º | 0.63% | 0.67% | - |
| XYZ | 25.7 | 24.99 | 8.32 | - |
| YUV | 134.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 64 | 0 | 0.24 | 0.63 | 0.33 | 37.01 | 0.46 | 0.46 |
| Hex | AB | 82 | 40 | 0 | 18 | 3F | 21 | 25 | 2E | 2E |
| Octal | 253 | 202 | 100 | 0 | 30 | 77 | 41 | 45 | 56 | 56 |
| Binary | 10101011 | 10000010 | 1000000 | 0 | 11000 | 111111 | 100001 | 100101 | 101110 | 101110 |
Color Harmonies of #AB8240
Complementary color
Monochromatic Colors of #AB8240
Black with #AB8240
Text Example
Text Example
White with #AB8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8240; }
p { color: rgb(171,130,64); }
H1.HeaderClassName
{
color: #AB8240;
}
.AnyTagClassName
{
color: #AB8240;
}
</style>
background-color css
<style>
a { background-color: #AB8240; }
a { background-color: rgb(171,130,64); }
div.DivClassName
{
background-color: #AB8240;
}
.BgClassName
{
background-color: #AB8240;
}
</style>
border-color css
<style>
span { border-color: #AB8240; }
span { border-color: rgb(171,130,64); }
td.TdClassName
{
border-color: #AB8240;
}
.TagClassName
{
border-color: #AB8240;
}
</style>