Shades of Alpine #A27E40
Tints of Alpine #A27E40
RGB
CMYK
RGB Variations
Color information
#A27E40 (or 0xA27E40) is known color: Alpine. HEX triplet: A2, 7E and 40. RGB value is (162,126,64). Sum of RGB (Red+Green+Blue) = 162+126+64=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E40 is #5D81BF. Grayscale: #818181. Windows color (decimal): -6128064 or 4226722. OLE color: 4226722.
HSL color Cylindrical-coordinate representation of color #A27E40: hue angle of 37.96º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27E40 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 64 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.36 |
| HSL | 37.96º | 0.43% | 0.44% | - |
| HSV(B) | 37.96º | 0.6% | 0.64% | - |
| XYZ | 23.29 | 22.97 | 8.06 | - |
| YUV | 129.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 64 | 0 | 0.22 | 0.60 | 0.36 | 37.96 | 0.43 | 0.44 |
| Hex | A2 | 7E | 40 | 0 | 16 | 3C | 24 | 26 | 2B | 2C |
| Octal | 242 | 176 | 100 | 0 | 26 | 74 | 44 | 46 | 53 | 54 |
| Binary | 10100010 | 1111110 | 1000000 | 0 | 10110 | 111100 | 100100 | 100110 | 101011 | 101100 |
Color Harmonies of #A27E40
Complementary color
Monochromatic Colors of #A27E40
Black with #A27E40
Text Example
Text Example
White with #A27E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E40; }
p { color: rgb(162,126,64); }
H1.HeaderClassName
{
color: #A27E40;
}
.AnyTagClassName
{
color: #A27E40;
}
</style>
background-color css
<style>
a { background-color: #A27E40; }
a { background-color: rgb(162,126,64); }
div.DivClassName
{
background-color: #A27E40;
}
.BgClassName
{
background-color: #A27E40;
}
</style>
border-color css
<style>
span { border-color: #A27E40; }
span { border-color: rgb(162,126,64); }
td.TdClassName
{
border-color: #A27E40;
}
.TagClassName
{
border-color: #A27E40;
}
</style>