Shades of Alpine #A38138
Tints of Alpine #A38138
RGB
CMYK
RGB Variations
Color information
#A38138 (or 0xA38138) is known color: Alpine. HEX triplet: A3, 81 and 38. RGB value is (163,129,56). Sum of RGB (Red+Green+Blue) = 163+129+56=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A38138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38138 is #5C7EC7. Grayscale: #838383. Windows color (decimal): -6061768 or 3703203. OLE color: 3703203.
HSL color Cylindrical-coordinate representation of color #A38138: hue angle of 40.93º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A38138 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 56 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.36 |
| HSL | 40.93º | 0.49% | 0.43% | - |
| HSV(B) | 40.93º | 0.66% | 0.64% | - |
| XYZ | 23.67 | 23.77 | 7.08 | - |
| YUV | 130.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 56 | 0 | 0.21 | 0.66 | 0.36 | 40.93 | 0.49 | 0.43 |
| Hex | A3 | 81 | 38 | 0 | 15 | 42 | 24 | 29 | 31 | 2B |
| Octal | 243 | 201 | 70 | 0 | 25 | 102 | 44 | 51 | 61 | 53 |
| Binary | 10100011 | 10000001 | 111000 | 0 | 10101 | 1000010 | 100100 | 101001 | 110001 | 101011 |
Color Harmonies of #A38138
Complementary color
Monochromatic Colors of #A38138
Black with #A38138
Text Example
Text Example
White with #A38138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38138; }
p { color: rgb(163,129,56); }
H1.HeaderClassName
{
color: #A38138;
}
.AnyTagClassName
{
color: #A38138;
}
</style>
background-color css
<style>
a { background-color: #A38138; }
a { background-color: rgb(163,129,56); }
div.DivClassName
{
background-color: #A38138;
}
.BgClassName
{
background-color: #A38138;
}
</style>
border-color css
<style>
span { border-color: #A38138; }
span { border-color: rgb(163,129,56); }
td.TdClassName
{
border-color: #A38138;
}
.TagClassName
{
border-color: #A38138;
}
</style>