Shades of Alpine #A48242
Tints of Alpine #A48242
RGB
CMYK
RGB Variations
Color information
#A48242 (or 0xA48242) is known color: Alpine. HEX triplet: A4, 82 and 42. RGB value is (164,130,66). Sum of RGB (Red+Green+Blue) = 164+130+66=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A48242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48242 is #5B7DBD. Grayscale: #858585. Windows color (decimal): -5995966 or 4358820. OLE color: 4358820.
HSL color Cylindrical-coordinate representation of color #A48242: hue angle of 39.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A48242 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 66 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.36 |
| HSL | 39.18º | 0.43% | 0.45% | - |
| HSV(B) | 39.18º | 0.6% | 0.64% | - |
| XYZ | 24.28 | 24.25 | 8.56 | - |
| YUV | 132.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 66 | 0 | 0.21 | 0.60 | 0.36 | 39.18 | 0.43 | 0.45 |
| Hex | A4 | 82 | 42 | 0 | 15 | 3C | 24 | 27 | 2B | 2D |
| Octal | 244 | 202 | 102 | 0 | 25 | 74 | 44 | 47 | 53 | 55 |
| Binary | 10100100 | 10000010 | 1000010 | 0 | 10101 | 111100 | 100100 | 100111 | 101011 | 101101 |
Color Harmonies of #A48242
Complementary color
Monochromatic Colors of #A48242
Black with #A48242
Text Example
Text Example
White with #A48242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48242; }
p { color: rgb(164,130,66); }
H1.HeaderClassName
{
color: #A48242;
}
.AnyTagClassName
{
color: #A48242;
}
</style>
background-color css
<style>
a { background-color: #A48242; }
a { background-color: rgb(164,130,66); }
div.DivClassName
{
background-color: #A48242;
}
.BgClassName
{
background-color: #A48242;
}
</style>
border-color css
<style>
span { border-color: #A48242; }
span { border-color: rgb(164,130,66); }
td.TdClassName
{
border-color: #A48242;
}
.TagClassName
{
border-color: #A48242;
}
</style>