#AD6E80

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

Shades of Tapestry #AD6E80

Tints of Tapestry #AD6E80

Color information

#AD6E80 (or 0xAD6E80) is unknown color: approx Tapestry. HEX triplet: AD, 6E and 80. RGB value is (173,110,128). Sum of RGB (Red+Green+Blue) = 173+110+128=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6E80 is #52917F. Grayscale: #828282. Windows color (decimal): -5411200 or 8416941. OLE color: 8416941.

HSL color Cylindrical-coordinate representation of color #AD6E80: hue angle of 342.86º 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 #AD6E80 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB173110128-
CMYK00.360.260.32
HSL342.86º27.75%55.49%-
HSV(B)342.86º36.42%67.84%-
XYZ26.7121.5923.18-
YUV130.89126.37158.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=42.09%
G=26.76%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311012800.360.260.32342.8627.7555.49
HexAD6E800241A201571c37
Octal25515620004432405273467
Binary1010110111011101000000001001001101010000010101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E80; }

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

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

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

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

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

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

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

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