Shades of Alpine #A4843B
Tints of Alpine #A4843B
RGB
CMYK
RGB Variations
Color information
#A4843B (or 0xA4843B) is known color: Alpine. HEX triplet: A4, 84 and 3B. RGB value is (164,132,59). Sum of RGB (Red+Green+Blue) = 164+132+59=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4843B is #5B7BC4. Grayscale: #858585. Windows color (decimal): -5995461 or 3900580. OLE color: 3900580.
HSL color Cylindrical-coordinate representation of color #A4843B: hue angle of 41.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4843B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 59 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.36 |
| HSL | 41.71º | 0.47% | 0.44% | - |
| HSV(B) | 41.71º | 0.64% | 0.64% | - |
| XYZ | 24.35 | 24.71 | 7.62 | - |
| YUV | 133.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 59 | 0 | 0.20 | 0.64 | 0.36 | 41.71 | 0.47 | 0.44 |
| Hex | A4 | 84 | 3B | 0 | 14 | 40 | 24 | 2A | 2F | 2C |
| Octal | 244 | 204 | 73 | 0 | 24 | 100 | 44 | 52 | 57 | 54 |
| Binary | 10100100 | 10000100 | 111011 | 0 | 10100 | 1000000 | 100100 | 101010 | 101111 | 101100 |
Color Harmonies of #A4843B
Complementary color
Monochromatic Colors of #A4843B
Black with #A4843B
Text Example
Text Example
White with #A4843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4843B; }
p { color: rgb(164,132,59); }
H1.HeaderClassName
{
color: #A4843B;
}
.AnyTagClassName
{
color: #A4843B;
}
</style>
background-color css
<style>
a { background-color: #A4843B; }
a { background-color: rgb(164,132,59); }
div.DivClassName
{
background-color: #A4843B;
}
.BgClassName
{
background-color: #A4843B;
}
</style>
border-color css
<style>
span { border-color: #A4843B; }
span { border-color: rgb(164,132,59); }
td.TdClassName
{
border-color: #A4843B;
}
.TagClassName
{
border-color: #A4843B;
}
</style>