Shades of Alpine #A48135
Tints of Alpine #A48135
RGB
CMYK
RGB Variations
Color information
#A48135 (or 0xA48135) is known color: Alpine. HEX triplet: A4, 81 and 35. RGB value is (164,129,53). Sum of RGB (Red+Green+Blue) = 164+129+53=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A48135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48135 is #5B7ECA. Grayscale: #838383. Windows color (decimal): -5996235 or 3506596. OLE color: 3506596.
HSL color Cylindrical-coordinate representation of color #A48135: hue angle of 41.08º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A48135 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 53 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.36 |
| HSL | 41.08º | 0.51% | 0.43% | - |
| HSV(B) | 41.08º | 0.68% | 0.64% | - |
| XYZ | 23.8 | 23.85 | 6.72 | - |
| YUV | 130.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 53 | 0 | 0.21 | 0.68 | 0.36 | 41.08 | 0.51 | 0.43 |
| Hex | A4 | 81 | 35 | 0 | 15 | 44 | 24 | 29 | 33 | 2B |
| Octal | 244 | 201 | 65 | 0 | 25 | 104 | 44 | 51 | 63 | 53 |
| Binary | 10100100 | 10000001 | 110101 | 0 | 10101 | 1000100 | 100100 | 101001 | 110011 | 101011 |
Color Harmonies of #A48135
Complementary color
Monochromatic Colors of #A48135
Black with #A48135
Text Example
Text Example
White with #A48135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48135; }
p { color: rgb(164,129,53); }
H1.HeaderClassName
{
color: #A48135;
}
.AnyTagClassName
{
color: #A48135;
}
</style>
background-color css
<style>
a { background-color: #A48135; }
a { background-color: rgb(164,129,53); }
div.DivClassName
{
background-color: #A48135;
}
.BgClassName
{
background-color: #A48135;
}
</style>
border-color css
<style>
span { border-color: #A48135; }
span { border-color: rgb(164,129,53); }
td.TdClassName
{
border-color: #A48135;
}
.TagClassName
{
border-color: #A48135;
}
</style>