Shades of Alpine #A48238
Tints of Alpine #A48238
RGB
CMYK
RGB Variations
Color information
#A48238 (or 0xA48238) is known color: Alpine. HEX triplet: A4, 82 and 38. RGB value is (164,130,56). Sum of RGB (Red+Green+Blue) = 164+130+56=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A48238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48238 is #5B7DC7. Grayscale: #848484. Windows color (decimal): -5995976 or 3703460. OLE color: 3703460.
HSL color Cylindrical-coordinate representation of color #A48238: hue angle of 41.11º 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 #A48238 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 56 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.36 |
| HSL | 41.11º | 0.49% | 0.43% | - |
| HSV(B) | 41.11º | 0.66% | 0.64% | - |
| XYZ | 24.01 | 24.14 | 7.14 | - |
| YUV | 131.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 56 | 0 | 0.21 | 0.66 | 0.36 | 41.11 | 0.49 | 0.43 |
| Hex | A4 | 82 | 38 | 0 | 15 | 42 | 24 | 29 | 31 | 2B |
| Octal | 244 | 202 | 70 | 0 | 25 | 102 | 44 | 51 | 61 | 53 |
| Binary | 10100100 | 10000010 | 111000 | 0 | 10101 | 1000010 | 100100 | 101001 | 110001 | 101011 |
Color Harmonies of #A48238
Complementary color
Monochromatic Colors of #A48238
Black with #A48238
Text Example
Text Example
White with #A48238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48238; }
p { color: rgb(164,130,56); }
H1.HeaderClassName
{
color: #A48238;
}
.AnyTagClassName
{
color: #A48238;
}
</style>
background-color css
<style>
a { background-color: #A48238; }
a { background-color: rgb(164,130,56); }
div.DivClassName
{
background-color: #A48238;
}
.BgClassName
{
background-color: #A48238;
}
</style>
border-color css
<style>
span { border-color: #A48238; }
span { border-color: rgb(164,130,56); }
td.TdClassName
{
border-color: #A48238;
}
.TagClassName
{
border-color: #A48238;
}
</style>