#A57D8C

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

Shades of Tapestry #A57D8C

Tints of Tapestry #A57D8C

Color information

#A57D8C (or 0xA57D8C) is unknown color: approx Tapestry. HEX triplet: A5, 7D and 8C. RGB value is (165,125,140). Sum of RGB (Red+Green+Blue) = 165+125+140=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57D8C is #5A8273. Grayscale: #8A8A8A. Windows color (decimal): -5931636 or 9207205. OLE color: 9207205.

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

Color convert

RGB165125140-
CMYK00.240.150.35
HSL337.5º18.18%56.86%-
HSV(B)337.5º24.24%64.71%-
XYZ27.5824.5628.1-
YUV138.67128.75146.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=38.37%
G=29.07%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512514000.240.150.35337.518.1856.86
HexA57D8C018F231521239
Octal24517521403017435222271
Binary10100101111110110001100011000111110001110101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D8C; }

 p { color: rgb(165,125,140); }

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

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

 a { background-color: rgb(165,125,140); }

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

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

 span { border-color: rgb(165,125,140); }

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