Shades of Alpine #A5823D
Tints of Alpine #A5823D
RGB
CMYK
RGB Variations
Color information
#A5823D (or 0xA5823D) is known color: Alpine. HEX triplet: A5, 82 and 3D. RGB value is (165,130,61). Sum of RGB (Red+Green+Blue) = 165+130+61=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5823D is #5A7DC2. Grayscale: #848484. Windows color (decimal): -5930435 or 4031141. OLE color: 4031141.
HSL color Cylindrical-coordinate representation of color #A5823D: hue angle of 39.81º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5823D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 61 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.35 |
| HSL | 39.81º | 0.46% | 0.44% | - |
| HSV(B) | 39.81º | 0.63% | 0.65% | - |
| XYZ | 24.34 | 24.3 | 7.82 | - |
| YUV | 132.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 61 | 0 | 0.21 | 0.63 | 0.35 | 39.81 | 0.46 | 0.44 |
| Hex | A5 | 82 | 3D | 0 | 15 | 3F | 23 | 28 | 2E | 2C |
| Octal | 245 | 202 | 75 | 0 | 25 | 77 | 43 | 50 | 56 | 54 |
| Binary | 10100101 | 10000010 | 111101 | 0 | 10101 | 111111 | 100011 | 101000 | 101110 | 101100 |
Color Harmonies of #A5823D
Complementary color
Monochromatic Colors of #A5823D
Black with #A5823D
Text Example
Text Example
White with #A5823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5823D; }
p { color: rgb(165,130,61); }
H1.HeaderClassName
{
color: #A5823D;
}
.AnyTagClassName
{
color: #A5823D;
}
</style>
background-color css
<style>
a { background-color: #A5823D; }
a { background-color: rgb(165,130,61); }
div.DivClassName
{
background-color: #A5823D;
}
.BgClassName
{
background-color: #A5823D;
}
</style>
border-color css
<style>
span { border-color: #A5823D; }
span { border-color: rgb(165,130,61); }
td.TdClassName
{
border-color: #A5823D;
}
.TagClassName
{
border-color: #A5823D;
}
</style>