Shades of Alpine #A4803E
Tints of Alpine #A4803E
RGB
CMYK
RGB Variations
Color information
#A4803E (or 0xA4803E) is known color: Alpine. HEX triplet: A4, 80 and 3E. RGB value is (164,128,62). Sum of RGB (Red+Green+Blue) = 164+128+62=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4803E is #5B7FC1. Grayscale: #838383. Windows color (decimal): -5996482 or 4096164. OLE color: 4096164.
HSL color Cylindrical-coordinate representation of color #A4803E: hue angle of 38.82º 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 #A4803E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 128 | 62 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.36 |
| HSL | 38.82º | 0.45% | 0.44% | - |
| HSV(B) | 38.82º | 0.62% | 0.64% | - |
| XYZ | 23.9 | 23.68 | 7.87 | - |
| YUV | 131.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 62 | 0 | 0.22 | 0.62 | 0.36 | 38.82 | 0.45 | 0.44 |
| Hex | A4 | 80 | 3E | 0 | 16 | 3E | 24 | 27 | 2D | 2C |
| Octal | 244 | 200 | 76 | 0 | 26 | 76 | 44 | 47 | 55 | 54 |
| Binary | 10100100 | 10000000 | 111110 | 0 | 10110 | 111110 | 100100 | 100111 | 101101 | 101100 |
Color Harmonies of #A4803E
Complementary color
Monochromatic Colors of #A4803E
Black with #A4803E
Text Example
Text Example
White with #A4803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4803E; }
p { color: rgb(164,128,62); }
H1.HeaderClassName
{
color: #A4803E;
}
.AnyTagClassName
{
color: #A4803E;
}
</style>
background-color css
<style>
a { background-color: #A4803E; }
a { background-color: rgb(164,128,62); }
div.DivClassName
{
background-color: #A4803E;
}
.BgClassName
{
background-color: #A4803E;
}
</style>
border-color css
<style>
span { border-color: #A4803E; }
span { border-color: rgb(164,128,62); }
td.TdClassName
{
border-color: #A4803E;
}
.TagClassName
{
border-color: #A4803E;
}
</style>