#A87D89

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

Shades of Tapestry #A87D89

Tints of Tapestry #A87D89

Color information

#A87D89 (or 0xA87D89) is unknown color: approx Tapestry. HEX triplet: A8, 7D and 89. RGB value is (168,125,137). Sum of RGB (Red+Green+Blue) = 168+125+137=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D89 is #578276. Grayscale: #8B8B8B. Windows color (decimal): -5735031 or 9010600. OLE color: 9010600.

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

Color convert

RGB168125137-
CMYK00.260.180.34
HSL343.26º19.82%57.45%-
HSV(B)343.26º25.6%65.88%-
XYZ2824.826.98-
YUV139.22126.75148.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=39.07%
G=29.07%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812513700.260.180.34343.2619.8257.45
HexA87D8901A12221571439
Octal25017521103222425272471
Binary101010001111101100010010110101001010001010101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D89; }

 p { color: rgb(168,125,137); }

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

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

 a { background-color: rgb(168,125,137); }

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

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

 span { border-color: rgb(168,125,137); }

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