Shades of Alpine #A5803A
Tints of Alpine #A5803A
RGB
CMYK
RGB Variations
Color information
#A5803A (or 0xA5803A) is known color: Alpine. HEX triplet: A5, 80 and 3A. RGB value is (165,128,58). Sum of RGB (Red+Green+Blue) = 165+128+58=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A5803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5803A is #5A7FC5. Grayscale: #838383. Windows color (decimal): -5930950 or 3834021. OLE color: 3834021.
HSL color Cylindrical-coordinate representation of color #A5803A: hue angle of 39.25º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5803A is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 58 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.35 |
| HSL | 39.25º | 0.48% | 0.44% | - |
| HSV(B) | 39.25º | 0.65% | 0.65% | - |
| XYZ | 24 | 23.74 | 7.32 | - |
| YUV | 131.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 58 | 0 | 0.22 | 0.65 | 0.35 | 39.25 | 0.48 | 0.44 |
| Hex | A5 | 80 | 3A | 0 | 16 | 41 | 23 | 27 | 30 | 2C |
| Octal | 245 | 200 | 72 | 0 | 26 | 101 | 43 | 47 | 60 | 54 |
| Binary | 10100101 | 10000000 | 111010 | 0 | 10110 | 1000001 | 100011 | 100111 | 110000 | 101100 |
Color Harmonies of #A5803A
Complementary color
Monochromatic Colors of #A5803A
Black with #A5803A
Text Example
Text Example
White with #A5803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5803A; }
p { color: rgb(165,128,58); }
H1.HeaderClassName
{
color: #A5803A;
}
.AnyTagClassName
{
color: #A5803A;
}
</style>
background-color css
<style>
a { background-color: #A5803A; }
a { background-color: rgb(165,128,58); }
div.DivClassName
{
background-color: #A5803A;
}
.BgClassName
{
background-color: #A5803A;
}
</style>
border-color css
<style>
span { border-color: #A5803A; }
span { border-color: rgb(165,128,58); }
td.TdClassName
{
border-color: #A5803A;
}
.TagClassName
{
border-color: #A5803A;
}
</style>