Shades of Alpine #AB7E3D
Tints of Alpine #AB7E3D
RGB
CMYK
RGB Variations
Color information
#AB7E3D (or 0xAB7E3D) is known color: Alpine. HEX triplet: AB, 7E and 3D. RGB value is (171,126,61). Sum of RGB (Red+Green+Blue) = 171+126+61=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E3D is #5481C2. Grayscale: #848484. Windows color (decimal): -5538243 or 4030123. OLE color: 4030123.
HSL color Cylindrical-coordinate representation of color #AB7E3D: hue angle of 35.45º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB7E3D is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 61 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.33 |
| HSL | 35.45º | 0.47% | 0.45% | - |
| HSV(B) | 35.45º | 0.64% | 0.67% | - |
| XYZ | 25.1 | 23.92 | 7.71 | - |
| YUV | 132.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 61 | 0 | 0.26 | 0.64 | 0.33 | 35.45 | 0.47 | 0.45 |
| Hex | AB | 7E | 3D | 0 | 1A | 40 | 21 | 23 | 2F | 2D |
| Octal | 253 | 176 | 75 | 0 | 32 | 100 | 41 | 43 | 57 | 55 |
| Binary | 10101011 | 1111110 | 111101 | 0 | 11010 | 1000000 | 100001 | 100011 | 101111 | 101101 |
Color Harmonies of #AB7E3D
Complementary color
Monochromatic Colors of #AB7E3D
Black with #AB7E3D
Text Example
Text Example
White with #AB7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E3D; }
p { color: rgb(171,126,61); }
H1.HeaderClassName
{
color: #AB7E3D;
}
.AnyTagClassName
{
color: #AB7E3D;
}
</style>
background-color css
<style>
a { background-color: #AB7E3D; }
a { background-color: rgb(171,126,61); }
div.DivClassName
{
background-color: #AB7E3D;
}
.BgClassName
{
background-color: #AB7E3D;
}
</style>
border-color css
<style>
span { border-color: #AB7E3D; }
span { border-color: rgb(171,126,61); }
td.TdClassName
{
border-color: #AB7E3D;
}
.TagClassName
{
border-color: #AB7E3D;
}
</style>