Shades of Alpine #A2823D
Tints of Alpine #A2823D
RGB
CMYK
RGB Variations
Color information
#A2823D (or 0xA2823D) is known color: Alpine. HEX triplet: A2, 82 and 3D. RGB value is (162,130,61). Sum of RGB (Red+Green+Blue) = 162+130+61=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2823D is #5D7DC2. Grayscale: #848484. Windows color (decimal): -6127043 or 4031138. OLE color: 4031138.
HSL color Cylindrical-coordinate representation of color #A2823D: hue angle of 40.99º 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 #A2823D is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 61 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.36 |
| HSL | 40.99º | 0.45% | 0.44% | - |
| HSV(B) | 40.99º | 0.62% | 0.64% | - |
| XYZ | 23.73 | 23.98 | 7.79 | - |
| YUV | 131.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 61 | 0 | 0.20 | 0.62 | 0.36 | 40.99 | 0.45 | 0.44 |
| Hex | A2 | 82 | 3D | 0 | 14 | 3E | 24 | 29 | 2D | 2C |
| Octal | 242 | 202 | 75 | 0 | 24 | 76 | 44 | 51 | 55 | 54 |
| Binary | 10100010 | 10000010 | 111101 | 0 | 10100 | 111110 | 100100 | 101001 | 101101 | 101100 |
Color Harmonies of #A2823D
Complementary color
Monochromatic Colors of #A2823D
Black with #A2823D
Text Example
Text Example
White with #A2823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2823D; }
p { color: rgb(162,130,61); }
H1.HeaderClassName
{
color: #A2823D;
}
.AnyTagClassName
{
color: #A2823D;
}
</style>
background-color css
<style>
a { background-color: #A2823D; }
a { background-color: rgb(162,130,61); }
div.DivClassName
{
background-color: #A2823D;
}
.BgClassName
{
background-color: #A2823D;
}
</style>
border-color css
<style>
span { border-color: #A2823D; }
span { border-color: rgb(162,130,61); }
td.TdClassName
{
border-color: #A2823D;
}
.TagClassName
{
border-color: #A2823D;
}
</style>