#AD7687

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

Shades of Tapestry #AD7687

Tints of Tapestry #AD7687

Color information

#AD7687 (or 0xAD7687) is unknown color: approx Tapestry. HEX triplet: AD, 76 and 87. RGB value is (173,118,135). Sum of RGB (Red+Green+Blue) = 173+118+135=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7687 is #528978. Grayscale: #888888. Windows color (decimal): -5409145 or 8877741. OLE color: 8877741.

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

Color convert

RGB173118135-
CMYK00.320.220.32
HSL341.45º25.11%57.06%-
HSV(B)341.45º31.79%67.84%-
XYZ28.0923.5925.99-
YUV136.38127.22154.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=40.61%
G=27.70%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311813500.320.220.32341.4525.1157.06
HexAD768702016201551939
Octal25516620704026405253171
Binary1010110111101101000011101000001011010000010101010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7687; }

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

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

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

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

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

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

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

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