Shades of Alpine #A4833B
Tints of Alpine #A4833B
RGB
CMYK
RGB Variations
Color information
#A4833B (or 0xA4833B) is known color: Alpine. HEX triplet: A4, 83 and 3B. RGB value is (164,131,59). Sum of RGB (Red+Green+Blue) = 164+131+59=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4833B is #5B7CC4. Grayscale: #848484. Windows color (decimal): -5995717 or 3900324. OLE color: 3900324.
HSL color Cylindrical-coordinate representation of color #A4833B: hue angle of 41.14º 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 #A4833B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 131 | 59 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.36 |
| HSL | 41.14º | 0.47% | 0.44% | - |
| HSV(B) | 41.14º | 0.64% | 0.64% | - |
| XYZ | 24.22 | 24.44 | 7.58 | - |
| YUV | 132.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 59 | 0 | 0.20 | 0.64 | 0.36 | 41.14 | 0.47 | 0.44 |
| Hex | A4 | 83 | 3B | 0 | 14 | 40 | 24 | 29 | 2F | 2C |
| Octal | 244 | 203 | 73 | 0 | 24 | 100 | 44 | 51 | 57 | 54 |
| Binary | 10100100 | 10000011 | 111011 | 0 | 10100 | 1000000 | 100100 | 101001 | 101111 | 101100 |
Color Harmonies of #A4833B
Complementary color
Monochromatic Colors of #A4833B
Black with #A4833B
Text Example
Text Example
White with #A4833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4833B; }
p { color: rgb(164,131,59); }
H1.HeaderClassName
{
color: #A4833B;
}
.AnyTagClassName
{
color: #A4833B;
}
</style>
background-color css
<style>
a { background-color: #A4833B; }
a { background-color: rgb(164,131,59); }
div.DivClassName
{
background-color: #A4833B;
}
.BgClassName
{
background-color: #A4833B;
}
</style>
border-color css
<style>
span { border-color: #A4833B; }
span { border-color: rgb(164,131,59); }
td.TdClassName
{
border-color: #A4833B;
}
.TagClassName
{
border-color: #A4833B;
}
</style>