#A07684

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

Shades of Tapestry #A07684

Tints of Tapestry #A07684

Color information

#A07684 (or 0xA07684) is unknown color: approx Tapestry. HEX triplet: A0, 76 and 84. RGB value is (160,118,132). Sum of RGB (Red+Green+Blue) = 160+118+132=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A07684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07684 is #5F897B. Grayscale: #848484. Windows color (decimal): -6261116 or 8681120. OLE color: 8681120.

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

Color convert

RGB160118132-
CMYK00.260.170.37
HSL340º18.1%54.51%-
HSV(B)340º26.25%62.75%-
XYZ25.1422.124.77-
YUV132.15127.91147.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=39.02%
G=28.78%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011813200.260.170.3734018.154.51
HexA0768401A11251541237
Octal24016620403221455242267
Binary101000001110110100001000110101000110010110101010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07684; }

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

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

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

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

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

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

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

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