#A47688

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

Shades of Tapestry #A47688

Tints of Tapestry #A47688

Color information

#A47688 (or 0xA47688) is unknown color: approx Tapestry. HEX triplet: A4, 76 and 88. RGB value is (164,118,136). Sum of RGB (Red+Green+Blue) = 164+118+136=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A47688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47688 is #5B8977. Grayscale: #858585. Windows color (decimal): -5998968 or 8943268. OLE color: 8943268.

HSL color Cylindrical-coordinate representation of color #A47688: hue angle of 336.52º 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 #A47688 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB164118136-
CMYK00.280.170.36
HSL336.52º20.18%55.29%-
HSV(B)336.52º28.05%64.31%-
XYZ26.2322.6326.28-
YUV133.81129.24149.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=39.23%
G=28.23%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411813600.280.170.36336.5220.1855.29
HexA4768801C11241511437
Octal24416621003421445212467
Binary101001001110110100010000111001000110010010101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47688; }

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

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

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

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

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

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

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

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