#AD808E

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

Shades of Tapestry #AD808E

Tints of Tapestry #AD808E

Color information

#AD808E (or 0xAD808E) is unknown color: approx Tapestry. HEX triplet: AD, 80 and 8E. RGB value is (173,128,142). Sum of RGB (Red+Green+Blue) = 173+128+142=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD808E is #527F71. Grayscale: #8F8F8F. Windows color (decimal): -5406578 or 9339053. OLE color: 9339053.

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

Color convert

RGB173128142-
CMYK00.260.180.32
HSL341.33º21.53%59.02%-
HSV(B)341.33º26.01%67.84%-
XYZ29.8426.2829.09-
YUV143.05127.41149.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=39.05%
G=28.89%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312814200.260.180.32341.3321.5359.02
HexAD808E01A1220155163b
Octal25520021603222405252673
Binary1010110110000000100011100110101001010000010101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD808E; }

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

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

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

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

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

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

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

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