#A4808C

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

Shades of Tapestry #A4808C

Tints of Tapestry #A4808C

Color information

#A4808C (or 0xA4808C) is unknown color: approx Tapestry. HEX triplet: A4, 80 and 8C. RGB value is (164,128,140). Sum of RGB (Red+Green+Blue) = 164+128+140=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808C is #5B7F73. Grayscale: #8C8C8C. Windows color (decimal): -5996404 or 9207972. OLE color: 9207972.

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

Color convert

RGB164128140-
CMYK00.220.150.36
HSL340º16.51%57.25%-
HSV(B)340º21.95%64.31%-
XYZ27.7625.2228.22-
YUV140.13127.93145.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=37.96%
G=29.63%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412814000.220.150.3634016.5157.25
HexA4808C016F241541139
Octal24420021402617445242171
Binary101001001000000010001100010110111110010010101010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4808C; }

 p { color: rgb(164,128,140); }

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

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

 a { background-color: rgb(164,128,140); }

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

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

 span { border-color: rgb(164,128,140); }

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