#A27280

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

Shades of Tapestry #A27280

Tints of Tapestry #A27280

Color information

#A27280 (or 0xA27280) is unknown color: approx Tapestry. HEX triplet: A2, 72 and 80. RGB value is (162,114,128). Sum of RGB (Red+Green+Blue) = 162+114+128=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27280 is #5D8D7F. Grayscale: #818181. Windows color (decimal): -6131072 or 8417954. OLE color: 8417954.

HSL color Cylindrical-coordinate representation of color #A27280: hue angle of 342.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27280 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB162114128-
CMYK00.300.210.36
HSL342.5º20.51%54.12%-
HSV(B)342.5º29.63%63.53%-
XYZ24.8121.2723.22-
YUV129.95126.9150.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=40.10%
G=28.22%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211412800.300.210.36342.520.5154.12
HexA2728001E15241561536
Octal24216220003625445262566
Binary101000101110010100000000111101010110010010101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27280; }

 p { color: rgb(162,114,128); }

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

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

 a { background-color: rgb(162,114,128); }

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

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

 span { border-color: rgb(162,114,128); }

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