Shades of Alpine #A4823F
Tints of Alpine #A4823F
RGB
CMYK
RGB Variations
Color information
#A4823F (or 0xA4823F) is known color: Alpine. HEX triplet: A4, 82 and 3F. RGB value is (164,130,63). Sum of RGB (Red+Green+Blue) = 164+130+63=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4823F is #5B7DC0. Grayscale: #848484. Windows color (decimal): -5995969 or 4162212. OLE color: 4162212.
HSL color Cylindrical-coordinate representation of color #A4823F: hue angle of 39.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4823F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 63 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.36 |
| HSL | 39.8º | 0.44% | 0.45% | - |
| HSV(B) | 39.8º | 0.62% | 0.64% | - |
| XYZ | 24.19 | 24.22 | 8.1 | - |
| YUV | 132.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 63 | 0 | 0.21 | 0.62 | 0.36 | 39.8 | 0.44 | 0.45 |
| Hex | A4 | 82 | 3F | 0 | 15 | 3E | 24 | 28 | 2C | 2D |
| Octal | 244 | 202 | 77 | 0 | 25 | 76 | 44 | 50 | 54 | 55 |
| Binary | 10100100 | 10000010 | 111111 | 0 | 10101 | 111110 | 100100 | 101000 | 101100 | 101101 |
Color Harmonies of #A4823F
Complementary color
Monochromatic Colors of #A4823F
Black with #A4823F
Text Example
Text Example
White with #A4823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4823F; }
p { color: rgb(164,130,63); }
H1.HeaderClassName
{
color: #A4823F;
}
.AnyTagClassName
{
color: #A4823F;
}
</style>
background-color css
<style>
a { background-color: #A4823F; }
a { background-color: rgb(164,130,63); }
div.DivClassName
{
background-color: #A4823F;
}
.BgClassName
{
background-color: #A4823F;
}
</style>
border-color css
<style>
span { border-color: #A4823F; }
span { border-color: rgb(164,130,63); }
td.TdClassName
{
border-color: #A4823F;
}
.TagClassName
{
border-color: #A4823F;
}
</style>