Shades of Alpine #A57E3A
Tints of Alpine #A57E3A
RGB
CMYK
RGB Variations
Color information
#A57E3A (or 0xA57E3A) is known color: Alpine. HEX triplet: A5, 7E and 3A. RGB value is (165,126,58). Sum of RGB (Red+Green+Blue) = 165+126+58=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E3A is #5A81C5. Grayscale: #828282. Windows color (decimal): -5931462 or 3833509. OLE color: 3833509.
HSL color Cylindrical-coordinate representation of color #A57E3A: hue angle of 38.13º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A57E3A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 58 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.35 |
| HSL | 38.13º | 0.48% | 0.44% | - |
| HSV(B) | 38.13º | 0.65% | 0.65% | - |
| XYZ | 23.74 | 23.23 | 7.23 | - |
| YUV | 129.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 58 | 0 | 0.24 | 0.65 | 0.35 | 38.13 | 0.48 | 0.44 |
| Hex | A5 | 7E | 3A | 0 | 18 | 41 | 23 | 26 | 30 | 2C |
| Octal | 245 | 176 | 72 | 0 | 30 | 101 | 43 | 46 | 60 | 54 |
| Binary | 10100101 | 1111110 | 111010 | 0 | 11000 | 1000001 | 100011 | 100110 | 110000 | 101100 |
Color Harmonies of #A57E3A
Complementary color
Monochromatic Colors of #A57E3A
Black with #A57E3A
Text Example
Text Example
White with #A57E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E3A; }
p { color: rgb(165,126,58); }
H1.HeaderClassName
{
color: #A57E3A;
}
.AnyTagClassName
{
color: #A57E3A;
}
</style>
background-color css
<style>
a { background-color: #A57E3A; }
a { background-color: rgb(165,126,58); }
div.DivClassName
{
background-color: #A57E3A;
}
.BgClassName
{
background-color: #A57E3A;
}
</style>
border-color css
<style>
span { border-color: #A57E3A; }
span { border-color: rgb(165,126,58); }
td.TdClassName
{
border-color: #A57E3A;
}
.TagClassName
{
border-color: #A57E3A;
}
</style>