#A86987

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

Shades of Tapestry #A86987

Tints of Tapestry #A86987

Color information

#A86987 (or 0xA86987) is unknown color: approx Tapestry. HEX triplet: A8, 69 and 87. RGB value is (168,105,135). Sum of RGB (Red+Green+Blue) = 168+105+135=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A86987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86987 is #579678. Grayscale: #7F7F7F. Windows color (decimal): -5740153 or 8874408. OLE color: 8874408.

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

Color convert

RGB168105135-
CMYK00.380.200.34
HSL331.43º26.58%53.53%-
HSV(B)331.43º37.5%65.88%-
XYZ25.5720.1825.47-
YUV127.26132.37157.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=41.18%
G=25.74%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810513500.380.200.34331.4326.5853.53
HexA86987026142214b1b36
Octal25015120704624425133366
Binary1010100011010011000011101001101010010001010100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86987; }

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

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

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

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

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

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

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

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