#A57E40

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

Shades of Alpine #A57E40

Tints of Alpine #A57E40

Color information

#A57E40 (or 0xA57E40) is unknown color: approx Alpine. HEX triplet: A5, 7E and 40. RGB value is (165,126,64). Sum of RGB (Red+Green+Blue) = 165+126+64=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57E40 is #5A81BF. Grayscale: #828282. Windows color (decimal): -5931456 or 4226725. OLE color: 4226725.

HSL color Cylindrical-coordinate representation of color #A57E40: hue angle of 36.83º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A57E40 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16512664-
CMYK00.240.610.35
HSL36.83º44.1%44.9%-
HSV(B)36.83º61.21%64.71%-
XYZ23.923.298.09-
YUV130.5990.42152.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=46.48%
G=35.49%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651266400.240.610.3536.8344.144.9
HexA57E400183D23252c2d
Octal2451761000307543455455
Binary1010010111111101000000011000111101100011100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E40; }

 p { color: rgb(165,126,64); }

 H1.HeaderClassName
 {
   color: #A57E40;
 }
 .AnyTagClassName
 {
   color: #A57E40;
 }
</style>
background-color css

<style>
 a { background-color: #A57E40; }

 a { background-color: rgb(165,126,64); }

 div.DivClassName
 {
   background-color: #A57E40;
 }
 .BgClassName
 {
   background-color: #A57E40;
 }
</style>
border-color css

<style>
 span { border-color: #A57E40; }

 span { border-color: rgb(165,126,64); }

 td.TdClassName
 {
   border-color: #A57E40;
 }
 .TagClassName
 {
   border-color: #A57E40;
 }
</style>