#A07984

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

Shades of Tapestry #A07984

Tints of Tapestry #A07984

Color information

#A07984 (or 0xA07984) is unknown color: approx Tapestry. HEX triplet: A0, 79 and 84. RGB value is (160,121,132). Sum of RGB (Red+Green+Blue) = 160+121+132=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A07984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07984 is #5F867B. Grayscale: #858585. Windows color (decimal): -6260348 or 8681888. OLE color: 8681888.

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

Color convert

RGB160121132-
CMYK00.240.170.37
HSL343.08º17.03%55.1%-
HSV(B)343.08º24.38%62.75%-
XYZ25.522.8124.89-
YUV133.92126.92146.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=38.74%
G=29.30%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012113200.240.170.37343.0817.0355.1
HexA0798401811251571137
Octal24017120403021455272167
Binary101000001111001100001000110001000110010110101011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07984; }

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

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

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

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

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

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

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

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