Shades of Alpine #A57D3F
Tints of Alpine #A57D3F
RGB
CMYK
RGB Variations
Color information
#A57D3F (or 0xA57D3F) is known color: Alpine. HEX triplet: A5, 7D and 3F. RGB value is (165,125,63). Sum of RGB (Red+Green+Blue) = 165+125+63=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57D3F is #5A82C0. Grayscale: #828282. Windows color (decimal): -5931713 or 4160933. OLE color: 4160933.
HSL color Cylindrical-coordinate representation of color #A57D3F: hue angle of 36.47º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A57D3F is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 63 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.35 |
| HSL | 36.47º | 0.45% | 0.45% | - |
| HSV(B) | 36.47º | 0.62% | 0.65% | - |
| XYZ | 23.75 | 23.03 | 7.9 | - |
| YUV | 129.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 63 | 0 | 0.24 | 0.62 | 0.35 | 36.47 | 0.45 | 0.45 |
| Hex | A5 | 7D | 3F | 0 | 18 | 3E | 23 | 24 | 2D | 2D |
| Octal | 245 | 175 | 77 | 0 | 30 | 76 | 43 | 44 | 55 | 55 |
| Binary | 10100101 | 1111101 | 111111 | 0 | 11000 | 111110 | 100011 | 100100 | 101101 | 101101 |
Color Harmonies of #A57D3F
Complementary color
Monochromatic Colors of #A57D3F
Black with #A57D3F
Text Example
Text Example
White with #A57D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D3F; }
p { color: rgb(165,125,63); }
H1.HeaderClassName
{
color: #A57D3F;
}
.AnyTagClassName
{
color: #A57D3F;
}
</style>
background-color css
<style>
a { background-color: #A57D3F; }
a { background-color: rgb(165,125,63); }
div.DivClassName
{
background-color: #A57D3F;
}
.BgClassName
{
background-color: #A57D3F;
}
</style>
border-color css
<style>
span { border-color: #A57D3F; }
span { border-color: rgb(165,125,63); }
td.TdClassName
{
border-color: #A57D3F;
}
.TagClassName
{
border-color: #A57D3F;
}
</style>