#A27E86

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

Shades of Tapestry #A27E86

Tints of Tapestry #A27E86

Color information

#A27E86 (or 0xA27E86) is unknown color: approx Tapestry. HEX triplet: A2, 7E and 86. RGB value is (162,126,134). Sum of RGB (Red+Green+Blue) = 162+126+134=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E86 is #5D8179. Grayscale: #898989. Windows color (decimal): -6127994 or 8814242. OLE color: 8814242.

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

Color convert

RGB162126134-
CMYK00.220.170.36
HSL346.67º16.22%56.47%-
HSV(B)346.67º22.22%63.53%-
XYZ26.6624.3225.84-
YUV137.68125.93145.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=38.39%
G=29.86%
B=31.75%

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
Decimal16212613400.220.170.36346.6716.2256.47
HexA27E86016112415b1038
Octal24217620602621445332070
Binary101000101111110100001100101101000110010010101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E86; }

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

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

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

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

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

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

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

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