Shades of Alpine #A48140
Tints of Alpine #A48140
RGB
CMYK
RGB Variations
Color information
#A48140 (or 0xA48140) is known color: Alpine. HEX triplet: A4, 81 and 40. RGB value is (164,129,64). Sum of RGB (Red+Green+Blue) = 164+129+64=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A48140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48140 is #5B7EBF. Grayscale: #848484. Windows color (decimal): -5996224 or 4227492. OLE color: 4227492.
HSL color Cylindrical-coordinate representation of color #A48140: hue angle of 39º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A48140 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 64 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.36 |
| HSL | 39º | 0.44% | 0.45% | - |
| HSV(B) | 39º | 0.61% | 0.64% | - |
| XYZ | 24.09 | 23.96 | 8.21 | - |
| YUV | 132.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 64 | 0 | 0.21 | 0.61 | 0.36 | 39 | 0.44 | 0.45 |
| Hex | A4 | 81 | 40 | 0 | 15 | 3D | 24 | 27 | 2C | 2D |
| Octal | 244 | 201 | 100 | 0 | 25 | 75 | 44 | 47 | 54 | 55 |
| Binary | 10100100 | 10000001 | 1000000 | 0 | 10101 | 111101 | 100100 | 100111 | 101100 | 101101 |
Color Harmonies of #A48140
Complementary color
Monochromatic Colors of #A48140
Black with #A48140
Text Example
Text Example
White with #A48140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48140; }
p { color: rgb(164,129,64); }
H1.HeaderClassName
{
color: #A48140;
}
.AnyTagClassName
{
color: #A48140;
}
</style>
background-color css
<style>
a { background-color: #A48140; }
a { background-color: rgb(164,129,64); }
div.DivClassName
{
background-color: #A48140;
}
.BgClassName
{
background-color: #A48140;
}
</style>
border-color css
<style>
span { border-color: #A48140; }
span { border-color: rgb(164,129,64); }
td.TdClassName
{
border-color: #A48140;
}
.TagClassName
{
border-color: #A48140;
}
</style>