Shades of Alpine #A38139
Tints of Alpine #A38139
RGB
CMYK
RGB Variations
Color information
#A38139 (or 0xA38139) is known color: Alpine. HEX triplet: A3, 81 and 39. RGB value is (163,129,57). Sum of RGB (Red+Green+Blue) = 163+129+57=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A38139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38139 is #5C7EC6. Grayscale: #838383. Windows color (decimal): -6061767 or 3768739. OLE color: 3768739.
HSL color Cylindrical-coordinate representation of color #A38139: hue angle of 40.75º 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 #A38139 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 57 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.36 |
| HSL | 40.75º | 0.48% | 0.43% | - |
| HSV(B) | 40.75º | 0.65% | 0.64% | - |
| XYZ | 23.69 | 23.78 | 7.21 | - |
| YUV | 130.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 57 | 0 | 0.21 | 0.65 | 0.36 | 40.75 | 0.48 | 0.43 |
| Hex | A3 | 81 | 39 | 0 | 15 | 41 | 24 | 29 | 30 | 2B |
| Octal | 243 | 201 | 71 | 0 | 25 | 101 | 44 | 51 | 60 | 53 |
| Binary | 10100011 | 10000001 | 111001 | 0 | 10101 | 1000001 | 100100 | 101001 | 110000 | 101011 |
Color Harmonies of #A38139
Complementary color
Monochromatic Colors of #A38139
Black with #A38139
Text Example
Text Example
White with #A38139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38139; }
p { color: rgb(163,129,57); }
H1.HeaderClassName
{
color: #A38139;
}
.AnyTagClassName
{
color: #A38139;
}
</style>
background-color css
<style>
a { background-color: #A38139; }
a { background-color: rgb(163,129,57); }
div.DivClassName
{
background-color: #A38139;
}
.BgClassName
{
background-color: #A38139;
}
</style>
border-color css
<style>
span { border-color: #A38139; }
span { border-color: rgb(163,129,57); }
td.TdClassName
{
border-color: #A38139;
}
.TagClassName
{
border-color: #A38139;
}
</style>