Shades of Alpine #A48539
Tints of Alpine #A48539
RGB
CMYK
RGB Variations
Color information
#A48539 (or 0xA48539) is known color: Alpine. HEX triplet: A4, 85 and 39. RGB value is (164,133,57). Sum of RGB (Red+Green+Blue) = 164+133+57=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A48539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48539 is #5B7AC6. Grayscale: #858585. Windows color (decimal): -5995207 or 3769764. OLE color: 3769764.
HSL color Cylindrical-coordinate representation of color #A48539: hue angle of 42.62º 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 #A48539 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 57 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.36 |
| HSL | 42.62º | 0.48% | 0.43% | - |
| HSV(B) | 42.62º | 0.65% | 0.64% | - |
| XYZ | 24.44 | 24.96 | 7.4 | - |
| YUV | 133.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 57 | 0 | 0.19 | 0.65 | 0.36 | 42.62 | 0.48 | 0.43 |
| Hex | A4 | 85 | 39 | 0 | 13 | 41 | 24 | 2B | 30 | 2B |
| Octal | 244 | 205 | 71 | 0 | 23 | 101 | 44 | 53 | 60 | 53 |
| Binary | 10100100 | 10000101 | 111001 | 0 | 10011 | 1000001 | 100100 | 101011 | 110000 | 101011 |
Color Harmonies of #A48539
Complementary color
Monochromatic Colors of #A48539
Black with #A48539
Text Example
Text Example
White with #A48539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48539; }
p { color: rgb(164,133,57); }
H1.HeaderClassName
{
color: #A48539;
}
.AnyTagClassName
{
color: #A48539;
}
</style>
background-color css
<style>
a { background-color: #A48539; }
a { background-color: rgb(164,133,57); }
div.DivClassName
{
background-color: #A48539;
}
.BgClassName
{
background-color: #A48539;
}
</style>
border-color css
<style>
span { border-color: #A48539; }
span { border-color: rgb(164,133,57); }
td.TdClassName
{
border-color: #A48539;
}
.TagClassName
{
border-color: #A48539;
}
</style>