#A47687

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

Shades of Tapestry #A47687

Tints of Tapestry #A47687

Color information

#A47687 (or 0xA47687) is unknown color: approx Tapestry. HEX triplet: A4, 76 and 87. RGB value is (164,118,135). Sum of RGB (Red+Green+Blue) = 164+118+135=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A47687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47687 is #5B8978. Grayscale: #858585. Windows color (decimal): -5998969 or 8877732. OLE color: 8877732.

HSL color Cylindrical-coordinate representation of color #A47687: hue angle of 337.83º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47687 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164118135-
CMYK00.280.180.36
HSL337.83º20.18%55.29%-
HSV(B)337.83º28.05%64.31%-
XYZ26.1622.625.9-
YUV133.69128.74149.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=39.33%
G=28.30%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411813500.280.180.36337.8320.1855.29
HexA4768701C12241521437
Octal24416620703422445222467
Binary101001001110110100001110111001001010010010101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47687; }

 p { color: rgb(164,118,135); }

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

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

 a { background-color: rgb(164,118,135); }

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

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

 span { border-color: rgb(164,118,135); }

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