#A07987

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

Shades of Tapestry #A07987

Tints of Tapestry #A07987

Color information

#A07987 (or 0xA07987) is unknown color: approx Tapestry. HEX triplet: A0, 79 and 87. RGB value is (160,121,135). Sum of RGB (Red+Green+Blue) = 160+121+135=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A07987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07987 is #5F8678. Grayscale: #868686. Windows color (decimal): -6260345 or 8878496. OLE color: 8878496.

HSL color Cylindrical-coordinate representation of color #A07987: hue angle of 338.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07987 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB160121135-
CMYK00.240.160.37
HSL338.46º17.03%55.1%-
HSV(B)338.46º24.38%62.75%-
XYZ25.7122.925.99-
YUV134.26128.42146.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=38.46%
G=29.09%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012113500.240.160.37338.4617.0355.1
HexA0798701810251521137
Octal24017120703020455222167
Binary101000001111001100001110110001000010010110101001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07987; }

 p { color: rgb(160,121,135); }

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

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

 a { background-color: rgb(160,121,135); }

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

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

 span { border-color: rgb(160,121,135); }

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