#AD8788

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

Shades of Tapestry #AD8788

Tints of Tapestry #AD8788

Color information

#AD8788 (or 0xAD8788) is unknown color: approx Tapestry. HEX triplet: AD, 87 and 88. RGB value is (173,135,136). Sum of RGB (Red+Green+Blue) = 173+135+136=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8788 is #527877. Grayscale: #929292. Windows color (decimal): -5404792 or 8947629. OLE color: 8947629.

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

Color convert

RGB173135136-
CMYK00.220.210.32
HSL358.42º18.81%60.39%-
HSV(B)358.42º21.97%67.84%-
XYZ30.3427.9927.1-
YUV146.48122.09146.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=38.96%
G=30.41%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313513600.220.210.32358.4218.8160.39
HexAD87880161520166133c
Octal25520721002625405462374
Binary1010110110000111100010000101101010110000010110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8788; }

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

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

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

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

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

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

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

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