Shades of Alpine #A2823E
Tints of Alpine #A2823E
RGB
CMYK
RGB Variations
Color information
#A2823E (or 0xA2823E) is known color: Alpine. HEX triplet: A2, 82 and 3E. RGB value is (162,130,62). Sum of RGB (Red+Green+Blue) = 162+130+62=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2823E is #5D7DC1. Grayscale: #848484. Windows color (decimal): -6127042 or 4096674. OLE color: 4096674.
HSL color Cylindrical-coordinate representation of color #A2823E: hue angle of 40.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2823E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 62 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.36 |
| HSL | 40.8º | 0.45% | 0.44% | - |
| HSV(B) | 40.8º | 0.62% | 0.64% | - |
| XYZ | 23.75 | 23.99 | 7.94 | - |
| YUV | 131.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 62 | 0 | 0.20 | 0.62 | 0.36 | 40.8 | 0.45 | 0.44 |
| Hex | A2 | 82 | 3E | 0 | 14 | 3E | 24 | 29 | 2D | 2C |
| Octal | 242 | 202 | 76 | 0 | 24 | 76 | 44 | 51 | 55 | 54 |
| Binary | 10100010 | 10000010 | 111110 | 0 | 10100 | 111110 | 100100 | 101001 | 101101 | 101100 |
Color Harmonies of #A2823E
Complementary color
Monochromatic Colors of #A2823E
Black with #A2823E
Text Example
Text Example
White with #A2823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2823E; }
p { color: rgb(162,130,62); }
H1.HeaderClassName
{
color: #A2823E;
}
.AnyTagClassName
{
color: #A2823E;
}
</style>
background-color css
<style>
a { background-color: #A2823E; }
a { background-color: rgb(162,130,62); }
div.DivClassName
{
background-color: #A2823E;
}
.BgClassName
{
background-color: #A2823E;
}
</style>
border-color css
<style>
span { border-color: #A2823E; }
span { border-color: rgb(162,130,62); }
td.TdClassName
{
border-color: #A2823E;
}
.TagClassName
{
border-color: #A2823E;
}
</style>