#AD6E8E

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

Shades of Tapestry #AD6E8E

Tints of Tapestry #AD6E8E

Color information

#AD6E8E (or 0xAD6E8E) is unknown color: approx Tapestry. HEX triplet: AD, 6E and 8E. RGB value is (173,110,142). Sum of RGB (Red+Green+Blue) = 173+110+142=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E8E is #529171. Grayscale: #848484. Windows color (decimal): -5411186 or 9334445. OLE color: 9334445.

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

Color convert

RGB173110142-
CMYK00.360.180.32
HSL329.52º27.75%55.49%-
HSV(B)329.52º36.42%67.84%-
XYZ27.6921.9928.38-
YUV132.48133.37156.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=40.71%
G=25.88%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311014200.360.180.32329.5227.7555.49
HexAD6E8E024122014a1c37
Octal25515621604422405123467
Binary1010110111011101000111001001001001010000010100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E8E; }

 p { color: rgb(173,110,142); }

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

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

 a { background-color: rgb(173,110,142); }

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

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

 span { border-color: rgb(173,110,142); }

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