Shades of Alpine #A28339
Tints of Alpine #A28339
RGB
CMYK
RGB Variations
Color information
#A28339 (or 0xA28339) is known color: Alpine. HEX triplet: A2, 83 and 39. RGB value is (162,131,57). Sum of RGB (Red+Green+Blue) = 162+131+57=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28339 is #5D7CC6. Grayscale: #848484. Windows color (decimal): -6126791 or 3769250. OLE color: 3769250.
HSL color Cylindrical-coordinate representation of color #A28339: hue angle of 42.29º degrees, saturation: 0.48, 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 #A28339 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 57 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.36 |
| HSL | 42.29º | 0.48% | 0.43% | - |
| HSV(B) | 42.29º | 0.65% | 0.64% | - |
| XYZ | 23.76 | 24.21 | 7.29 | - |
| YUV | 131.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 57 | 0 | 0.19 | 0.65 | 0.36 | 42.29 | 0.48 | 0.43 |
| Hex | A2 | 83 | 39 | 0 | 13 | 41 | 24 | 2A | 30 | 2B |
| Octal | 242 | 203 | 71 | 0 | 23 | 101 | 44 | 52 | 60 | 53 |
| Binary | 10100010 | 10000011 | 111001 | 0 | 10011 | 1000001 | 100100 | 101010 | 110000 | 101011 |
Color Harmonies of #A28339
Complementary color
Monochromatic Colors of #A28339
Black with #A28339
Text Example
Text Example
White with #A28339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28339; }
p { color: rgb(162,131,57); }
H1.HeaderClassName
{
color: #A28339;
}
.AnyTagClassName
{
color: #A28339;
}
</style>
background-color css
<style>
a { background-color: #A28339; }
a { background-color: rgb(162,131,57); }
div.DivClassName
{
background-color: #A28339;
}
.BgClassName
{
background-color: #A28339;
}
</style>
border-color css
<style>
span { border-color: #A28339; }
span { border-color: rgb(162,131,57); }
td.TdClassName
{
border-color: #A28339;
}
.TagClassName
{
border-color: #A28339;
}
</style>