#A27C88

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

Shades of Tapestry #A27C88

Tints of Tapestry #A27C88

Color information

#A27C88 (or 0xA27C88) is unknown color: approx Tapestry. HEX triplet: A2, 7C and 88. RGB value is (162,124,136). Sum of RGB (Red+Green+Blue) = 162+124+136=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C88 is #5D8377. Grayscale: #888888. Windows color (decimal): -6128504 or 8944802. OLE color: 8944802.

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

Color convert

RGB162124136-
CMYK00.230.160.36
HSL341.05º16.96%56.08%-
HSV(B)341.05º23.46%63.53%-
XYZ26.5523.8726.5-
YUV136.73127.59146.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=38.39%
G=29.38%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212413600.230.160.36341.0516.9656.08
HexA27C8801710241551138
Octal24217421002720445252170
Binary101000101111100100010000101111000010010010101010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C88; }

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

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

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

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

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

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

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

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