#A07884

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

Shades of Tapestry #A07884

Tints of Tapestry #A07884

Color information

#A07884 (or 0xA07884) is unknown color: approx Tapestry. HEX triplet: A0, 78 and 84. RGB value is (160,120,132). Sum of RGB (Red+Green+Blue) = 160+120+132=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07884 is #5F877B. Grayscale: #858585. Windows color (decimal): -6260604 or 8681632. OLE color: 8681632.

HSL color Cylindrical-coordinate representation of color #A07884: hue angle of 342º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07884 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160120132-
CMYK00.250.170.37
HSL342º17.39%54.9%-
HSV(B)342º25%62.75%-
XYZ25.3822.5724.85-
YUV133.33127.25147.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=38.83%
G=29.13%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012013200.250.170.3734217.3954.9
HexA0788401911251561137
Octal24017020403121455262167
Binary101000001111000100001000110011000110010110101011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07884; }

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

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

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

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

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

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

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

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