Shades of Alpine #A38137
Tints of Alpine #A38137
RGB
CMYK
RGB Variations
Color information
#A38137 (or 0xA38137) is known color: Alpine. HEX triplet: A3, 81 and 37. RGB value is (163,129,55). Sum of RGB (Red+Green+Blue) = 163+129+55=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A38137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38137 is #5C7EC8. Grayscale: #838383. Windows color (decimal): -6061769 or 3637667. OLE color: 3637667.
HSL color Cylindrical-coordinate representation of color #A38137: hue angle of 41.11º degrees, saturation: 0.5, 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 #A38137 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 55 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.36 |
| HSL | 41.11º | 0.5% | 0.43% | - |
| HSV(B) | 41.11º | 0.66% | 0.64% | - |
| XYZ | 23.64 | 23.76 | 6.95 | - |
| YUV | 130.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 55 | 0 | 0.21 | 0.66 | 0.36 | 41.11 | 0.5 | 0.43 |
| Hex | A3 | 81 | 37 | 0 | 15 | 42 | 24 | 29 | 32 | 2B |
| Octal | 243 | 201 | 67 | 0 | 25 | 102 | 44 | 51 | 62 | 53 |
| Binary | 10100011 | 10000001 | 110111 | 0 | 10101 | 1000010 | 100100 | 101001 | 110010 | 101011 |
Color Harmonies of #A38137
Complementary color
Monochromatic Colors of #A38137
Black with #A38137
Text Example
Text Example
White with #A38137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38137; }
p { color: rgb(163,129,55); }
H1.HeaderClassName
{
color: #A38137;
}
.AnyTagClassName
{
color: #A38137;
}
</style>
background-color css
<style>
a { background-color: #A38137; }
a { background-color: rgb(163,129,55); }
div.DivClassName
{
background-color: #A38137;
}
.BgClassName
{
background-color: #A38137;
}
</style>
border-color css
<style>
span { border-color: #A38137; }
span { border-color: rgb(163,129,55); }
td.TdClassName
{
border-color: #A38137;
}
.TagClassName
{
border-color: #A38137;
}
</style>