#A27F88

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

Shades of Tapestry #A27F88

Tints of Tapestry #A27F88

Color information

#A27F88 (or 0xA27F88) is unknown color: approx Tapestry. HEX triplet: A2, 7F and 88. RGB value is (162,127,136). Sum of RGB (Red+Green+Blue) = 162+127+136=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F88 is #5D8077. Grayscale: #8A8A8A. Windows color (decimal): -6127736 or 8945570. OLE color: 8945570.

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

Color convert

RGB162127136-
CMYK00.220.160.36
HSL344.57º15.84%56.67%-
HSV(B)344.57º21.6%63.53%-
XYZ26.9324.6426.63-
YUV138.49126.6144.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 136 (53.52% from 255) = 32%
R=38.12%
G=29.88%
B=32%

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
Decimal16212713600.220.160.36344.5715.8456.67
HexA27F8801610241591039
Octal24217721002620445312071
Binary101000101111111100010000101101000010010010101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F88; }

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

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

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

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

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

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

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

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