Shades of Alpine #A57E3C
Tints of Alpine #A57E3C
RGB
CMYK
RGB Variations
Color information
#A57E3C (or 0xA57E3C) is known color: Alpine. HEX triplet: A5, 7E and 3C. RGB value is (165,126,60). Sum of RGB (Red+Green+Blue) = 165+126+60=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E3C is #5A81C3. Grayscale: #828282. Windows color (decimal): -5931460 or 3964581. OLE color: 3964581.
HSL color Cylindrical-coordinate representation of color #A57E3C: hue angle of 37.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A57E3C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 60 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.35 |
| HSL | 37.71º | 0.47% | 0.44% | - |
| HSV(B) | 37.71º | 0.64% | 0.65% | - |
| XYZ | 23.79 | 23.25 | 7.51 | - |
| YUV | 130.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 60 | 0 | 0.24 | 0.64 | 0.35 | 37.71 | 0.47 | 0.44 |
| Hex | A5 | 7E | 3C | 0 | 18 | 40 | 23 | 26 | 2F | 2C |
| Octal | 245 | 176 | 74 | 0 | 30 | 100 | 43 | 46 | 57 | 54 |
| Binary | 10100101 | 1111110 | 111100 | 0 | 11000 | 1000000 | 100011 | 100110 | 101111 | 101100 |
Color Harmonies of #A57E3C
Complementary color
Monochromatic Colors of #A57E3C
Black with #A57E3C
Text Example
Text Example
White with #A57E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E3C; }
p { color: rgb(165,126,60); }
H1.HeaderClassName
{
color: #A57E3C;
}
.AnyTagClassName
{
color: #A57E3C;
}
</style>
background-color css
<style>
a { background-color: #A57E3C; }
a { background-color: rgb(165,126,60); }
div.DivClassName
{
background-color: #A57E3C;
}
.BgClassName
{
background-color: #A57E3C;
}
</style>
border-color css
<style>
span { border-color: #A57E3C; }
span { border-color: rgb(165,126,60); }
td.TdClassName
{
border-color: #A57E3C;
}
.TagClassName
{
border-color: #A57E3C;
}
</style>