#A27884

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

Shades of Tapestry #A27884

Tints of Tapestry #A27884

Color information

#A27884 (or 0xA27884) is unknown color: approx Tapestry. HEX triplet: A2, 78 and 84. RGB value is (162,120,132). Sum of RGB (Red+Green+Blue) = 162+120+132=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27884 is #5D877B. Grayscale: #858585. Windows color (decimal): -6129532 or 8681634. OLE color: 8681634.

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

Color convert

RGB162120132-
CMYK00.260.190.36
HSL342.86º18.42%55.29%-
HSV(B)342.86º25.93%63.53%-
XYZ25.7822.7824.87-
YUV133.93126.91148.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=39.13%
G=28.99%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212013200.260.190.36342.8618.4255.29
HexA2788401A13241571237
Octal24217020403223445272267
Binary101000101111000100001000110101001110010010101011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27884; }

 p { color: rgb(162,120,132); }

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

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

 a { background-color: rgb(162,120,132); }

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

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

 span { border-color: rgb(162,120,132); }

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