Shades of Alpine #A48039
Tints of Alpine #A48039
RGB
CMYK
RGB Variations
Color information
#A48039 (or 0xA48039) is known color: Alpine. HEX triplet: A4, 80 and 39. RGB value is (164,128,57). Sum of RGB (Red+Green+Blue) = 164+128+57=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A48039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48039 is #5B7FC6. Grayscale: #828282. Windows color (decimal): -5996487 or 3768484. OLE color: 3768484.
HSL color Cylindrical-coordinate representation of color #A48039: hue angle of 39.81º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A48039 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 57 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.36 |
| HSL | 39.81º | 0.48% | 0.43% | - |
| HSV(B) | 39.81º | 0.65% | 0.64% | - |
| XYZ | 23.77 | 23.63 | 7.18 | - |
| YUV | 130.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 57 | 0 | 0.22 | 0.65 | 0.36 | 39.81 | 0.48 | 0.43 |
| Hex | A4 | 80 | 39 | 0 | 16 | 41 | 24 | 28 | 30 | 2B |
| Octal | 244 | 200 | 71 | 0 | 26 | 101 | 44 | 50 | 60 | 53 |
| Binary | 10100100 | 10000000 | 111001 | 0 | 10110 | 1000001 | 100100 | 101000 | 110000 | 101011 |
Color Harmonies of #A48039
Complementary color
Monochromatic Colors of #A48039
Black with #A48039
Text Example
Text Example
White with #A48039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48039; }
p { color: rgb(164,128,57); }
H1.HeaderClassName
{
color: #A48039;
}
.AnyTagClassName
{
color: #A48039;
}
</style>
background-color css
<style>
a { background-color: #A48039; }
a { background-color: rgb(164,128,57); }
div.DivClassName
{
background-color: #A48039;
}
.BgClassName
{
background-color: #A48039;
}
</style>
border-color css
<style>
span { border-color: #A48039; }
span { border-color: rgb(164,128,57); }
td.TdClassName
{
border-color: #A48039;
}
.TagClassName
{
border-color: #A48039;
}
</style>