#AD8689

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

Shades of Tapestry #AD8689

Tints of Tapestry #AD8689

Color information

#AD8689 (or 0xAD8689) is unknown color: approx Tapestry. HEX triplet: AD, 86 and 89. RGB value is (173,134,137). Sum of RGB (Red+Green+Blue) = 173+134+137=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8689 is #527976. Grayscale: #929292. Windows color (decimal): -5405047 or 9012909. OLE color: 9012909.

HSL color Cylindrical-coordinate representation of color #AD8689: hue angle of 355.38º 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 #AD8689 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB173134137-
CMYK00.230.210.32
HSL355.38º19.21%60.2%-
HSV(B)355.38º22.54%67.84%-
XYZ30.2727.7427.43-
YUV146122.92147.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=38.96%
G=30.18%
B=30.86%

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
Decimal17313413700.230.210.32355.3819.2160.2
HexAD86890171520163133c
Octal25520621102725405432374
Binary1010110110000110100010010101111010110000010110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8689; }

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

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

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

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

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

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

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

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