Shades of Alpine #A38439
Tints of Alpine #A38439
RGB
CMYK
RGB Variations
Color information
#A38439 (or 0xA38439) is known color: Alpine. HEX triplet: A3, 84 and 39. RGB value is (163,132,57). Sum of RGB (Red+Green+Blue) = 163+132+57=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A38439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38439 is #5C7BC6. Grayscale: #858585. Windows color (decimal): -6060999 or 3769507. OLE color: 3769507.
HSL color Cylindrical-coordinate representation of color #A38439: hue angle of 42.45º 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 #A38439 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 132 | 57 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.36 |
| HSL | 42.45º | 0.48% | 0.43% | - |
| HSV(B) | 42.45º | 0.65% | 0.64% | - |
| XYZ | 24.09 | 24.58 | 7.35 | - |
| YUV | 132.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 57 | 0 | 0.19 | 0.65 | 0.36 | 42.45 | 0.48 | 0.43 |
| Hex | A3 | 84 | 39 | 0 | 13 | 41 | 24 | 2A | 30 | 2B |
| Octal | 243 | 204 | 71 | 0 | 23 | 101 | 44 | 52 | 60 | 53 |
| Binary | 10100011 | 10000100 | 111001 | 0 | 10011 | 1000001 | 100100 | 101010 | 110000 | 101011 |
Color Harmonies of #A38439
Complementary color
Monochromatic Colors of #A38439
Black with #A38439
Text Example
Text Example
White with #A38439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38439; }
p { color: rgb(163,132,57); }
H1.HeaderClassName
{
color: #A38439;
}
.AnyTagClassName
{
color: #A38439;
}
</style>
background-color css
<style>
a { background-color: #A38439; }
a { background-color: rgb(163,132,57); }
div.DivClassName
{
background-color: #A38439;
}
.BgClassName
{
background-color: #A38439;
}
</style>
border-color css
<style>
span { border-color: #A38439; }
span { border-color: rgb(163,132,57); }
td.TdClassName
{
border-color: #A38439;
}
.TagClassName
{
border-color: #A38439;
}
</style>