#A27887

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

Shades of Tapestry #A27887

Tints of Tapestry #A27887

Color information

#A27887 (or 0xA27887) is unknown color: approx Tapestry. HEX triplet: A2, 78 and 87. RGB value is (162,120,135). Sum of RGB (Red+Green+Blue) = 162+120+135=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27887 is #5D8778. Grayscale: #868686. Windows color (decimal): -6129529 or 8878242. OLE color: 8878242.

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

Color convert

RGB162120135-
CMYK00.260.170.36
HSL338.57º18.42%55.29%-
HSV(B)338.57º25.93%63.53%-
XYZ25.9922.8625.96-
YUV134.27128.41147.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=38.85%
G=28.78%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212013500.260.170.36338.5718.4255.29
HexA2788701A11241531237
Octal24217020703221445232267
Binary101000101111000100001110110101000110010010101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27887; }

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

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

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

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

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

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

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

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