#A57E8B

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

Shades of Tapestry #A57E8B

Tints of Tapestry #A57E8B

Color information

#A57E8B (or 0xA57E8B) is unknown color: approx Tapestry. HEX triplet: A5, 7E and 8B. RGB value is (165,126,139). Sum of RGB (Red+Green+Blue) = 165+126+139=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E8B is #5A8174. Grayscale: #8B8B8B. Windows color (decimal): -5931381 or 9141925. OLE color: 9141925.

HSL color Cylindrical-coordinate representation of color #A57E8B: hue angle of 340º 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 #A57E8B is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165126139-
CMYK00.240.160.35
HSL340º17.81%57.06%-
HSV(B)340º23.64%64.71%-
XYZ27.6424.7927.75-
YUV139.14127.92146.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=38.37%
G=29.30%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512613900.240.160.3534017.8157.06
HexA57E8B01810231541239
Octal24517621303020435242271
Binary101001011111110100010110110001000010001110101010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E8B; }

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

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

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

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

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

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

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

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