#A57F8B

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

Shades of Tapestry #A57F8B

Tints of Tapestry #A57F8B

Color information

#A57F8B (or 0xA57F8B) is unknown color: approx Tapestry. HEX triplet: A5, 7F and 8B. RGB value is (165,127,139). Sum of RGB (Red+Green+Blue) = 165+127+139=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F8B is #5A8074. Grayscale: #8B8B8B. Windows color (decimal): -5931125 or 9142181. OLE color: 9142181.

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

Color convert

RGB165127139-
CMYK00.230.160.35
HSL341.05º17.43%57.25%-
HSV(B)341.05º23.03%64.71%-
XYZ27.7725.0427.8-
YUV139.73127.59146.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=38.28%
G=29.47%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512713900.230.160.35341.0517.4357.25
HexA57F8B01710231551139
Octal24517721302720435252171
Binary101001011111111100010110101111000010001110101010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F8B; }

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

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

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

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

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

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

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

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