Shades of Alpine #AB8237
Tints of Alpine #AB8237
RGB
CMYK
RGB Variations
Color information
#AB8237 (or 0xAB8237) is known color: Alpine. HEX triplet: AB, 82 and 37. RGB value is (171,130,55). Sum of RGB (Red+Green+Blue) = 171+130+55=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8237 is #547DC8. Grayscale: #868686. Windows color (decimal): -5537225 or 3637931. OLE color: 3637931.
HSL color Cylindrical-coordinate representation of color #AB8237: hue angle of 38.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB8237 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 55 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.33 |
| HSL | 38.79º | 0.51% | 0.44% | - |
| HSV(B) | 38.79º | 0.68% | 0.67% | - |
| XYZ | 25.47 | 24.9 | 7.08 | - |
| YUV | 133.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 55 | 0 | 0.24 | 0.68 | 0.33 | 38.79 | 0.51 | 0.44 |
| Hex | AB | 82 | 37 | 0 | 18 | 44 | 21 | 27 | 33 | 2C |
| Octal | 253 | 202 | 67 | 0 | 30 | 104 | 41 | 47 | 63 | 54 |
| Binary | 10101011 | 10000010 | 110111 | 0 | 11000 | 1000100 | 100001 | 100111 | 110011 | 101100 |
Color Harmonies of #AB8237
Complementary color
Monochromatic Colors of #AB8237
Black with #AB8237
Text Example
Text Example
White with #AB8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8237; }
p { color: rgb(171,130,55); }
H1.HeaderClassName
{
color: #AB8237;
}
.AnyTagClassName
{
color: #AB8237;
}
</style>
background-color css
<style>
a { background-color: #AB8237; }
a { background-color: rgb(171,130,55); }
div.DivClassName
{
background-color: #AB8237;
}
.BgClassName
{
background-color: #AB8237;
}
</style>
border-color css
<style>
span { border-color: #AB8237; }
span { border-color: rgb(171,130,55); }
td.TdClassName
{
border-color: #AB8237;
}
.TagClassName
{
border-color: #AB8237;
}
</style>