Shades of Alpine #A28238
Tints of Alpine #A28238
RGB
CMYK
RGB Variations
Color information
#A28238 (or 0xA28238) is known color: Alpine. HEX triplet: A2, 82 and 38. RGB value is (162,130,56). Sum of RGB (Red+Green+Blue) = 162+130+56=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A28238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28238 is #5D7DC7. Grayscale: #838383. Windows color (decimal): -6127048 or 3703458. OLE color: 3703458.
HSL color Cylindrical-coordinate representation of color #A28238: hue angle of 41.89º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A28238 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 56 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.36 |
| HSL | 41.89º | 0.49% | 0.43% | - |
| HSV(B) | 41.89º | 0.65% | 0.64% | - |
| XYZ | 23.6 | 23.93 | 7.12 | - |
| YUV | 131.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 56 | 0 | 0.20 | 0.65 | 0.36 | 41.89 | 0.49 | 0.43 |
| Hex | A2 | 82 | 38 | 0 | 14 | 41 | 24 | 2A | 31 | 2B |
| Octal | 242 | 202 | 70 | 0 | 24 | 101 | 44 | 52 | 61 | 53 |
| Binary | 10100010 | 10000010 | 111000 | 0 | 10100 | 1000001 | 100100 | 101010 | 110001 | 101011 |
Color Harmonies of #A28238
Complementary color
Monochromatic Colors of #A28238
Black with #A28238
Text Example
Text Example
White with #A28238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28238; }
p { color: rgb(162,130,56); }
H1.HeaderClassName
{
color: #A28238;
}
.AnyTagClassName
{
color: #A28238;
}
</style>
background-color css
<style>
a { background-color: #A28238; }
a { background-color: rgb(162,130,56); }
div.DivClassName
{
background-color: #A28238;
}
.BgClassName
{
background-color: #A28238;
}
</style>
border-color css
<style>
span { border-color: #A28238; }
span { border-color: rgb(162,130,56); }
td.TdClassName
{
border-color: #A28238;
}
.TagClassName
{
border-color: #A28238;
}
</style>