#AD8890

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

Shades of Tapestry #AD8890

Tints of Tapestry #AD8890

Color information

#AD8890 (or 0xAD8890) is unknown color: approx Tapestry. HEX triplet: AD, 88 and 90. RGB value is (173,136,144). Sum of RGB (Red+Green+Blue) = 173+136+144=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8890 is #52776F. Grayscale: #939393. Windows color (decimal): -5404528 or 9472173. OLE color: 9472173.

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

Color convert

RGB173136144-
CMYK00.210.170.32
HSL347.03º18.41%60.59%-
HSV(B)347.03º21.39%67.84%-
XYZ31.0728.5130.25-
YUV147.98125.76145.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=38.19%
G=30.02%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313614400.210.170.32347.0318.4160.59
HexAD8890015112015b123d
Octal25521022002521405332275
Binary1010110110001000100100000101011000110000010101101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8890; }

 p { color: rgb(173,136,144); }

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

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

 a { background-color: rgb(173,136,144); }

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

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

 span { border-color: rgb(173,136,144); }

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