#A27687

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

Shades of Tapestry #A27687

Tints of Tapestry #A27687

Color information

#A27687 (or 0xA27687) is unknown color: approx Tapestry. HEX triplet: A2, 76 and 87. RGB value is (162,118,135). Sum of RGB (Red+Green+Blue) = 162+118+135=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27687 is #5D8978. Grayscale: #858585. Windows color (decimal): -6130041 or 8877730. OLE color: 8877730.

HSL color Cylindrical-coordinate representation of color #A27687: hue angle of 336.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27687 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB162118135-
CMYK00.270.170.36
HSL336.82º19.13%54.9%-
HSV(B)336.82º27.16%63.53%-
XYZ25.7522.3925.89-
YUV133.09129.08148.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=39.04%
G=28.43%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211813500.270.170.36336.8219.1354.9
HexA2768701B11241511337
Octal24216620703321445212367
Binary101000101110110100001110110111000110010010101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27687; }

 p { color: rgb(162,118,135); }

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

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

 a { background-color: rgb(162,118,135); }

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

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

 span { border-color: rgb(162,118,135); }

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