#AD7689

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

Shades of Tapestry #AD7689

Tints of Tapestry #AD7689

Color information

#AD7689 (or 0xAD7689) is unknown color: approx Tapestry. HEX triplet: AD, 76 and 89. RGB value is (173,118,137). Sum of RGB (Red+Green+Blue) = 173+118+137=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7689 is #528976. Grayscale: #888888. Windows color (decimal): -5409143 or 9008813. OLE color: 9008813.

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

Color convert

RGB173118137-
CMYK00.320.210.32
HSL339.27º25.11%57.06%-
HSV(B)339.27º31.79%67.84%-
XYZ28.2323.6526.74-
YUV136.61128.22153.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=40.42%
G=27.57%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311813700.320.210.32339.2725.1157.06
HexAD768902015201531939
Octal25516621104025405233171
Binary1010110111101101000100101000001010110000010101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7689; }

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

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

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

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

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

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

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

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