Shades of Alpine #AB7D3F
Tints of Alpine #AB7D3F
RGB
CMYK
RGB Variations
Color information
#AB7D3F (or 0xAB7D3F) is known color: Alpine. HEX triplet: AB, 7D and 3F. RGB value is (171,125,63). Sum of RGB (Red+Green+Blue) = 171+125+63=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D3F is #5482C0. Grayscale: #838383. Windows color (decimal): -5538497 or 4160939. OLE color: 4160939.
HSL color Cylindrical-coordinate representation of color #AB7D3F: hue angle of 34.44º 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 #AB7D3F is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 63 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.33 |
| HSL | 34.44º | 0.46% | 0.46% | - |
| HSV(B) | 34.44º | 0.63% | 0.67% | - |
| XYZ | 25.03 | 23.68 | 7.96 | - |
| YUV | 131.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 63 | 0 | 0.27 | 0.63 | 0.33 | 34.44 | 0.46 | 0.46 |
| Hex | AB | 7D | 3F | 0 | 1B | 3F | 21 | 22 | 2E | 2E |
| Octal | 253 | 175 | 77 | 0 | 33 | 77 | 41 | 42 | 56 | 56 |
| Binary | 10101011 | 1111101 | 111111 | 0 | 11011 | 111111 | 100001 | 100010 | 101110 | 101110 |
Color Harmonies of #AB7D3F
Complementary color
Monochromatic Colors of #AB7D3F
Black with #AB7D3F
Text Example
Text Example
White with #AB7D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D3F; }
p { color: rgb(171,125,63); }
H1.HeaderClassName
{
color: #AB7D3F;
}
.AnyTagClassName
{
color: #AB7D3F;
}
</style>
background-color css
<style>
a { background-color: #AB7D3F; }
a { background-color: rgb(171,125,63); }
div.DivClassName
{
background-color: #AB7D3F;
}
.BgClassName
{
background-color: #AB7D3F;
}
</style>
border-color css
<style>
span { border-color: #AB7D3F; }
span { border-color: rgb(171,125,63); }
td.TdClassName
{
border-color: #AB7D3F;
}
.TagClassName
{
border-color: #AB7D3F;
}
</style>