Shades of Alpine #A5823C
Tints of Alpine #A5823C
RGB
CMYK
RGB Variations
Color information
#A5823C (or 0xA5823C) is known color: Alpine. HEX triplet: A5, 82 and 3C. RGB value is (165,130,60). Sum of RGB (Red+Green+Blue) = 165+130+60=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5823C is #5A7DC3. Grayscale: #848484. Windows color (decimal): -5930436 or 3965605. OLE color: 3965605.
HSL color Cylindrical-coordinate representation of color #A5823C: hue angle of 40º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5823C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 60 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.35 |
| HSL | 40º | 0.47% | 0.44% | - |
| HSV(B) | 40º | 0.64% | 0.65% | - |
| XYZ | 24.32 | 24.29 | 7.68 | - |
| YUV | 132.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 60 | 0 | 0.21 | 0.64 | 0.35 | 40 | 0.47 | 0.44 |
| Hex | A5 | 82 | 3C | 0 | 15 | 40 | 23 | 28 | 2F | 2C |
| Octal | 245 | 202 | 74 | 0 | 25 | 100 | 43 | 50 | 57 | 54 |
| Binary | 10100101 | 10000010 | 111100 | 0 | 10101 | 1000000 | 100011 | 101000 | 101111 | 101100 |
Color Harmonies of #A5823C
Complementary color
Monochromatic Colors of #A5823C
Black with #A5823C
Text Example
Text Example
White with #A5823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5823C; }
p { color: rgb(165,130,60); }
H1.HeaderClassName
{
color: #A5823C;
}
.AnyTagClassName
{
color: #A5823C;
}
</style>
background-color css
<style>
a { background-color: #A5823C; }
a { background-color: rgb(165,130,60); }
div.DivClassName
{
background-color: #A5823C;
}
.BgClassName
{
background-color: #A5823C;
}
</style>
border-color css
<style>
span { border-color: #A5823C; }
span { border-color: rgb(165,130,60); }
td.TdClassName
{
border-color: #A5823C;
}
.TagClassName
{
border-color: #A5823C;
}
</style>