Shades of Alpine #A37D3C
Tints of Alpine #A37D3C
RGB
CMYK
RGB Variations
Color information
#A37D3C (or 0xA37D3C) is known color: Alpine. HEX triplet: A3, 7D and 3C. RGB value is (163,125,60). Sum of RGB (Red+Green+Blue) = 163+125+60=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D3C is #5C82C3. Grayscale: #818181. Windows color (decimal): -6062788 or 3964323. OLE color: 3964323.
HSL color Cylindrical-coordinate representation of color #A37D3C: hue angle of 37.86º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A37D3C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 60 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.36 |
| HSL | 37.86º | 0.46% | 0.44% | - |
| HSV(B) | 37.86º | 0.63% | 0.64% | - |
| XYZ | 23.25 | 22.78 | 7.45 | - |
| YUV | 128.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 60 | 0 | 0.23 | 0.63 | 0.36 | 37.86 | 0.46 | 0.44 |
| Hex | A3 | 7D | 3C | 0 | 17 | 3F | 24 | 26 | 2E | 2C |
| Octal | 243 | 175 | 74 | 0 | 27 | 77 | 44 | 46 | 56 | 54 |
| Binary | 10100011 | 1111101 | 111100 | 0 | 10111 | 111111 | 100100 | 100110 | 101110 | 101100 |
Color Harmonies of #A37D3C
Complementary color
Monochromatic Colors of #A37D3C
Black with #A37D3C
Text Example
Text Example
White with #A37D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D3C; }
p { color: rgb(163,125,60); }
H1.HeaderClassName
{
color: #A37D3C;
}
.AnyTagClassName
{
color: #A37D3C;
}
</style>
background-color css
<style>
a { background-color: #A37D3C; }
a { background-color: rgb(163,125,60); }
div.DivClassName
{
background-color: #A37D3C;
}
.BgClassName
{
background-color: #A37D3C;
}
</style>
border-color css
<style>
span { border-color: #A37D3C; }
span { border-color: rgb(163,125,60); }
td.TdClassName
{
border-color: #A37D3C;
}
.TagClassName
{
border-color: #A37D3C;
}
</style>