#A27A88

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

Shades of Tapestry #A27A88

Tints of Tapestry #A27A88

Color information

#A27A88 (or 0xA27A88) is unknown color: approx Tapestry. HEX triplet: A2, 7A and 88. RGB value is (162,122,136). Sum of RGB (Red+Green+Blue) = 162+122+136=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A88 is #5D8577. Grayscale: #878787. Windows color (decimal): -6129016 or 8944290. OLE color: 8944290.

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

Color convert

RGB162122136-
CMYK00.250.160.36
HSL339º17.7%55.69%-
HSV(B)339º24.69%63.53%-
XYZ26.323.3826.42-
YUV135.56128.25146.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=38.57%
G=29.05%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212213600.250.160.3633917.755.69
HexA27A8801910241531238
Octal24217221003120445232270
Binary101000101111010100010000110011000010010010101001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A88; }

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

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

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

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

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

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

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

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