#A87587

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

Shades of Tapestry #A87587

Tints of Tapestry #A87587

Color information

#A87587 (or 0xA87587) is unknown color: approx Tapestry. HEX triplet: A8, 75 and 87. RGB value is (168,117,135). Sum of RGB (Red+Green+Blue) = 168+117+135=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A87587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87587 is #578A78. Grayscale: #868686. Windows color (decimal): -5737081 or 8877480. OLE color: 8877480.

HSL color Cylindrical-coordinate representation of color #A87587: hue angle of 338.82º 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 #A87587 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB168117135-
CMYK00.300.200.34
HSL338.82º22.67%55.88%-
HSV(B)338.82º30.36%65.88%-
XYZ26.8822.825.9-
YUV134.3128.4152.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=40%
G=27.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811713500.300.200.34338.8222.6755.88
HexA8758701E14221531738
Octal25016520703624425232770
Binary101010001110101100001110111101010010001010101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87587; }

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

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

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

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

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

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

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

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