#A47888

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

Shades of Tapestry #A47888

Tints of Tapestry #A47888

Color information

#A47888 (or 0xA47888) is unknown color: approx Tapestry. HEX triplet: A4, 78 and 88. RGB value is (164,120,136). Sum of RGB (Red+Green+Blue) = 164+120+136=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A47888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47888 is #5B8777. Grayscale: #868686. Windows color (decimal): -5998456 or 8943780. OLE color: 8943780.

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

Color convert

RGB164120136-
CMYK00.270.170.36
HSL338.18º19.47%55.69%-
HSV(B)338.18º26.83%64.31%-
XYZ26.4723.126.36-
YUV134.98128.58148.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=39.05%
G=28.57%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412013600.270.170.36338.1819.4755.69
HexA4788801B11241521338
Octal24417021003321445222370
Binary101001001111000100010000110111000110010010101001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47888; }

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

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

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

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

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

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

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

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