Shades of Alpine #A38136
Tints of Alpine #A38136
RGB
CMYK
RGB Variations
Color information
#A38136 (or 0xA38136) is known color: Alpine. HEX triplet: A3, 81 and 36. RGB value is (163,129,54). Sum of RGB (Red+Green+Blue) = 163+129+54=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A38136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38136 is #5C7EC9. Grayscale: #828282. Windows color (decimal): -6061770 or 3572131. OLE color: 3572131.
HSL color Cylindrical-coordinate representation of color #A38136: hue angle of 41.28º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A38136 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 54 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.36 |
| HSL | 41.28º | 0.5% | 0.43% | - |
| HSV(B) | 41.28º | 0.67% | 0.64% | - |
| XYZ | 23.62 | 23.75 | 6.83 | - |
| YUV | 130.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 54 | 0 | 0.21 | 0.67 | 0.36 | 41.28 | 0.5 | 0.43 |
| Hex | A3 | 81 | 36 | 0 | 15 | 43 | 24 | 29 | 32 | 2B |
| Octal | 243 | 201 | 66 | 0 | 25 | 103 | 44 | 51 | 62 | 53 |
| Binary | 10100011 | 10000001 | 110110 | 0 | 10101 | 1000011 | 100100 | 101001 | 110010 | 101011 |
Color Harmonies of #A38136
Complementary color
Monochromatic Colors of #A38136
Black with #A38136
Text Example
Text Example
White with #A38136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38136; }
p { color: rgb(163,129,54); }
H1.HeaderClassName
{
color: #A38136;
}
.AnyTagClassName
{
color: #A38136;
}
</style>
background-color css
<style>
a { background-color: #A38136; }
a { background-color: rgb(163,129,54); }
div.DivClassName
{
background-color: #A38136;
}
.BgClassName
{
background-color: #A38136;
}
</style>
border-color css
<style>
span { border-color: #A38136; }
span { border-color: rgb(163,129,54); }
td.TdClassName
{
border-color: #A38136;
}
.TagClassName
{
border-color: #A38136;
}
</style>