#A87887

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

Shades of Tapestry #A87887

Tints of Tapestry #A87887

Color information

#A87887 (or 0xA87887) is unknown color: approx Tapestry. HEX triplet: A8, 78 and 87. RGB value is (168,120,135). Sum of RGB (Red+Green+Blue) = 168+120+135=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A87887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87887 is #578778. Grayscale: #888888. Windows color (decimal): -5736313 or 8878248. OLE color: 8878248.

HSL color Cylindrical-coordinate representation of color #A87887: hue angle of 341.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87887 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168120135-
CMYK00.290.200.34
HSL341.25º21.62%56.47%-
HSV(B)341.25º28.57%65.88%-
XYZ27.2423.5126.02-
YUV136.06127.4150.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=39.72%
G=28.37%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812013500.290.200.34341.2521.6256.47
HexA8788701D14221551638
Octal25017020703524425252670
Binary101010001111000100001110111011010010001010101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87887; }

 p { color: rgb(168,120,135); }

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

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

 a { background-color: rgb(168,120,135); }

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

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

 span { border-color: rgb(168,120,135); }

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