#A27180

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

Shades of Tapestry #A27180

Tints of Tapestry #A27180

Color information

#A27180 (or 0xA27180) is unknown color: approx Tapestry. HEX triplet: A2, 71 and 80. RGB value is (162,113,128). Sum of RGB (Red+Green+Blue) = 162+113+128=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A27180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27180 is #5D8E7F. Grayscale: #818181. Windows color (decimal): -6131328 or 8417698. OLE color: 8417698.

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

Color convert

RGB162113128-
CMYK00.300.210.36
HSL341.63º20.85%53.92%-
HSV(B)341.63º30.25%63.53%-
XYZ24.721.0523.18-
YUV129.36127.23151.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=40.20%
G=28.04%
B=31.76%

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
Decimal16211312800.300.210.36341.6320.8553.92
HexA2718001E15241561536
Octal24216120003625445262566
Binary101000101110001100000000111101010110010010101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27180; }

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

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

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

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

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

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

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

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