#A47B87

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

Shades of Tapestry #A47B87

Tints of Tapestry #A47B87

Color information

#A47B87 (or 0xA47B87) is unknown color: approx Tapestry. HEX triplet: A4, 7B and 87. RGB value is (164,123,135). Sum of RGB (Red+Green+Blue) = 164+123+135=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B87 is #5B8478. Grayscale: #888888. Windows color (decimal): -5997689 or 8879012. OLE color: 8879012.

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

Color convert

RGB164123135-
CMYK00.250.180.36
HSL342.44º18.39%56.27%-
HSV(B)342.44º25%64.31%-
XYZ26.7723.8126.11-
YUV136.63127.08147.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=38.86%
G=29.15%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412313500.250.180.36342.4418.3956.27
HexA47B8701912241561238
Octal24417320703122445262270
Binary101001001111011100001110110011001010010010101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B87; }

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

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

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

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

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

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

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

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