#A27F86

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

Shades of Tapestry #A27F86

Tints of Tapestry #A27F86

Color information

#A27F86 (or 0xA27F86) is unknown color: approx Tapestry. HEX triplet: A2, 7F and 86. RGB value is (162,127,134). Sum of RGB (Red+Green+Blue) = 162+127+134=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F86 is #5D8079. Grayscale: #8A8A8A. Windows color (decimal): -6127738 or 8814498. OLE color: 8814498.

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

Color convert

RGB162127134-
CMYK00.220.170.36
HSL348º15.84%56.67%-
HSV(B)348º21.6%63.53%-
XYZ26.7924.5825.89-
YUV138.26125.6144.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=38.30%
G=30.02%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212713400.220.170.3634815.8456.67
HexA27F86016112415c1039
Octal24217720602621445342071
Binary101000101111111100001100101101000110010010101110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F86; }

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

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

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

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

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

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

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

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