Shades of Alpine #AB7F37
Tints of Alpine #AB7F37
RGB
CMYK
RGB Variations
Color information
#AB7F37 (or 0xAB7F37) is known color: Alpine. HEX triplet: AB, 7F and 37. RGB value is (171,127,55). Sum of RGB (Red+Green+Blue) = 171+127+55=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F37 is #5480C8. Grayscale: #848484. Windows color (decimal): -5537993 or 3637163. OLE color: 3637163.
HSL color Cylindrical-coordinate representation of color #AB7F37: hue angle of 37.24º 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 #AB7F37 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 55 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.33 |
| HSL | 37.24º | 0.51% | 0.44% | - |
| HSV(B) | 37.24º | 0.68% | 0.67% | - |
| XYZ | 25.07 | 24.11 | 6.95 | - |
| YUV | 131.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 55 | 0 | 0.26 | 0.68 | 0.33 | 37.24 | 0.51 | 0.44 |
| Hex | AB | 7F | 37 | 0 | 1A | 44 | 21 | 25 | 33 | 2C |
| Octal | 253 | 177 | 67 | 0 | 32 | 104 | 41 | 45 | 63 | 54 |
| Binary | 10101011 | 1111111 | 110111 | 0 | 11010 | 1000100 | 100001 | 100101 | 110011 | 101100 |
Color Harmonies of #AB7F37
Complementary color
Monochromatic Colors of #AB7F37
Black with #AB7F37
Text Example
Text Example
White with #AB7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F37; }
p { color: rgb(171,127,55); }
H1.HeaderClassName
{
color: #AB7F37;
}
.AnyTagClassName
{
color: #AB7F37;
}
</style>
background-color css
<style>
a { background-color: #AB7F37; }
a { background-color: rgb(171,127,55); }
div.DivClassName
{
background-color: #AB7F37;
}
.BgClassName
{
background-color: #AB7F37;
}
</style>
border-color css
<style>
span { border-color: #AB7F37; }
span { border-color: rgb(171,127,55); }
td.TdClassName
{
border-color: #AB7F37;
}
.TagClassName
{
border-color: #AB7F37;
}
</style>