#AD8387

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

Shades of Tapestry #AD8387

Tints of Tapestry #AD8387

Color information

#AD8387 (or 0xAD8387) is unknown color: approx Tapestry. HEX triplet: AD, 83 and 87. RGB value is (173,131,135). Sum of RGB (Red+Green+Blue) = 173+131+135=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8387 is #527C78. Grayscale: #909090. Windows color (decimal): -5405817 or 8881069. OLE color: 8881069.

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

Color convert

RGB173131135-
CMYK00.240.220.32
HSL354.29º20.39%59.61%-
HSV(B)354.29º24.28%67.84%-
XYZ29.7226.8726.54-
YUV144.01122.91148.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=39.41%
G=29.84%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313113500.240.220.32354.2920.3959.61
HexAD83870181620162143c
Octal25520320703026405422474
Binary1010110110000011100001110110001011010000010110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8387; }

 p { color: rgb(173,131,135); }

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

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

 a { background-color: rgb(173,131,135); }

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

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

 span { border-color: rgb(173,131,135); }

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