#A27988

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

Shades of Tapestry #A27988

Tints of Tapestry #A27988

Color information

#A27988 (or 0xA27988) is unknown color: approx Tapestry. HEX triplet: A2, 79 and 88. RGB value is (162,121,136). Sum of RGB (Red+Green+Blue) = 162+121+136=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A27988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27988 is #5D8677. Grayscale: #868686. Windows color (decimal): -6129272 or 8944034. OLE color: 8944034.

HSL color Cylindrical-coordinate representation of color #A27988: hue angle of 338.05º 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 #A27988 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162121136-
CMYK00.250.160.36
HSL338.05º18.06%55.49%-
HSV(B)338.05º25.31%63.53%-
XYZ26.1823.1326.38-
YUV134.97128.58147.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=38.66%
G=28.88%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212113600.250.160.36338.0518.0655.49
HexA2798801910241521237
Octal24217121003120445222267
Binary101000101111001100010000110011000010010010101001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27988; }

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

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

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

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

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

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

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

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