#A87B8E

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

Shades of Tapestry #A87B8E

Tints of Tapestry #A87B8E

Color information

#A87B8E (or 0xA87B8E) is unknown color: approx Tapestry. HEX triplet: A8, 7B and 8E. RGB value is (168,123,142). Sum of RGB (Red+Green+Blue) = 168+123+142=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87B8E is #578471. Grayscale: #8A8A8A. Windows color (decimal): -5735538 or 9337768. OLE color: 9337768.

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

Color convert

RGB168123142-
CMYK00.270.150.34
HSL334.67º20.55%57.06%-
HSV(B)334.67º26.79%65.88%-
XYZ28.1124.4428.83-
YUV138.62129.91148.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=38.80%
G=28.41%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812314200.270.150.34334.6720.5557.06
HexA87B8E01BF2214f1539
Octal25017321603317425172571
Binary10101000111101110001110011011111110001010100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B8E; }

 p { color: rgb(168,123,142); }

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

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

 a { background-color: rgb(168,123,142); }

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

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

 span { border-color: rgb(168,123,142); }

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