Shades of Alpine #A2833F
Tints of Alpine #A2833F
RGB
CMYK
RGB Variations
Color information
#A2833F (or 0xA2833F) is known color: Alpine. HEX triplet: A2, 83 and 3F. RGB value is (162,131,63). Sum of RGB (Red+Green+Blue) = 162+131+63=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2833F is #5D7CC0. Grayscale: #848484. Windows color (decimal): -6126785 or 4162466. OLE color: 4162466.
HSL color Cylindrical-coordinate representation of color #A2833F: hue angle of 41.21º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2833F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 63 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.36 |
| HSL | 41.21º | 0.44% | 0.44% | - |
| HSV(B) | 41.21º | 0.61% | 0.64% | - |
| XYZ | 23.91 | 24.27 | 8.13 | - |
| YUV | 132.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 63 | 0 | 0.19 | 0.61 | 0.36 | 41.21 | 0.44 | 0.44 |
| Hex | A2 | 83 | 3F | 0 | 13 | 3D | 24 | 29 | 2C | 2C |
| Octal | 242 | 203 | 77 | 0 | 23 | 75 | 44 | 51 | 54 | 54 |
| Binary | 10100010 | 10000011 | 111111 | 0 | 10011 | 111101 | 100100 | 101001 | 101100 | 101100 |
Color Harmonies of #A2833F
Complementary color
Monochromatic Colors of #A2833F
Black with #A2833F
Text Example
Text Example
White with #A2833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2833F; }
p { color: rgb(162,131,63); }
H1.HeaderClassName
{
color: #A2833F;
}
.AnyTagClassName
{
color: #A2833F;
}
</style>
background-color css
<style>
a { background-color: #A2833F; }
a { background-color: rgb(162,131,63); }
div.DivClassName
{
background-color: #A2833F;
}
.BgClassName
{
background-color: #A2833F;
}
</style>
border-color css
<style>
span { border-color: #A2833F; }
span { border-color: rgb(162,131,63); }
td.TdClassName
{
border-color: #A2833F;
}
.TagClassName
{
border-color: #A2833F;
}
</style>