#A8758C

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

Shades of Tapestry #A8758C

Tints of Tapestry #A8758C

Color information

#A8758C (or 0xA8758C) is unknown color: approx Tapestry. HEX triplet: A8, 75 and 8C. RGB value is (168,117,140). Sum of RGB (Red+Green+Blue) = 168+117+140=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8758C is #578A73. Grayscale: #868686. Windows color (decimal): -5737076 or 9205160. OLE color: 9205160.

HSL color Cylindrical-coordinate representation of color #A8758C: hue angle of 332.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8758C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168117140-
CMYK00.300.170.34
HSL332.94º22.67%55.88%-
HSV(B)332.94º30.36%65.88%-
XYZ27.2422.9427.8-
YUV134.87130.9151.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=39.53%
G=27.53%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811714000.300.170.34332.9422.6755.88
HexA8758C01E112214d1738
Octal25016521403621425152770
Binary101010001110101100011000111101000110001010100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8758C; }

 p { color: rgb(168,117,140); }

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

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

 a { background-color: rgb(168,117,140); }

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

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

 span { border-color: rgb(168,117,140); }

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