#A57E3C

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

Shades of Alpine #A57E3C

Tints of Alpine #A57E3C

Color information

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

RGB16512660-
CMYK00.240.640.35
HSL37.71º46.67%44.12%-
HSV(B)37.71º63.64%64.71%-
XYZ23.7923.257.51-
YUV130.1488.42152.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=47.01%
G=35.90%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651266000.240.640.3537.7146.6744.12
HexA57E3C0184023262f2c
Octal2451767403010043465754
Binary1010010111111101111000110001000000100011100110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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