#A27987

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

Shades of Tapestry #A27987

Tints of Tapestry #A27987

Color information

#A27987 (or 0xA27987) is unknown color: approx Tapestry. HEX triplet: A2, 79 and 87. RGB value is (162,121,135). Sum of RGB (Red+Green+Blue) = 162+121+135=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A27987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27987 is #5D8678. Grayscale: #868686. Windows color (decimal): -6129273 or 8878498. OLE color: 8878498.

HSL color Cylindrical-coordinate representation of color #A27987: hue angle of 339.51º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27987 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB162121135-
CMYK00.250.170.36
HSL339.51º18.06%55.49%-
HSV(B)339.51º25.31%63.53%-
XYZ26.1123.1126.01-
YUV134.86128.08147.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=38.76%
G=28.95%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212113500.250.170.36339.5118.0655.49
HexA2798701911241541237
Octal24217120703121445242267
Binary101000101111001100001110110011000110010010101010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27987; }

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

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

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

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

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

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

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

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