#A57D3F

Color #A57D3F Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #A57D3F

Tints of Alpine #A57D3F

Color information

#A57D3F (or 0xA57D3F) is unknown color: approx 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

RGB16512563-
CMYK00.240.620.35
HSL36.47º44.74%44.71%-
HSV(B)36.47º61.82%64.71%-
XYZ23.7523.037.9-
YUV129.8990.25153.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 63 (25% from 255) = 17.85%
R=46.74%
G=35.41%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651256300.240.620.3536.4744.7444.71
HexA57D3F0183E23242d2d
Octal245175770307643445555
Binary101001011111101111111011000111110100011100100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>