#A27E88

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

Shades of Tapestry #A27E88

Tints of Tapestry #A27E88

Color information

#A27E88 (or 0xA27E88) is unknown color: approx Tapestry. HEX triplet: A2, 7E and 88. RGB value is (162,126,136). Sum of RGB (Red+Green+Blue) = 162+126+136=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E88 is #5D8177. Grayscale: #898989. Windows color (decimal): -6127992 or 8945314. OLE color: 8945314.

HSL color Cylindrical-coordinate representation of color #A27E88: hue angle of 343.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27E88 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162126136-
CMYK00.220.160.36
HSL343.33º16.22%56.47%-
HSV(B)343.33º22.22%63.53%-
XYZ26.8124.3826.59-
YUV137.9126.93145.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=38.21%
G=29.72%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212613600.220.160.36343.3316.2256.47
HexA27E8801610241571038
Octal24217621002620445272070
Binary101000101111110100010000101101000010010010101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E88; }

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

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

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

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

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

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

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

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