#AD8688

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

Shades of Tapestry #AD8688

Tints of Tapestry #AD8688

Color information

#AD8688 (or 0xAD8688) is unknown color: approx Tapestry. HEX triplet: AD, 86 and 88. RGB value is (173,134,136). Sum of RGB (Red+Green+Blue) = 173+134+136=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8688 is #527977. Grayscale: #919191. Windows color (decimal): -5405048 or 8947373. OLE color: 8947373.

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

Color convert

RGB173134136-
CMYK00.230.210.32
HSL356.92º19.21%60.2%-
HSV(B)356.92º22.54%67.84%-
XYZ30.227.7127.05-
YUV145.89122.42147.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=39.05%
G=30.25%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313413600.230.210.32356.9219.2160.2
HexAD86880171520165133c
Octal25520621002725405452374
Binary1010110110000110100010000101111010110000010110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8688; }

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

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

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

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

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

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

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

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