#AD6989

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

Shades of Tapestry #AD6989

Tints of Tapestry #AD6989

Color information

#AD6989 (or 0xAD6989) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 89. RGB value is (173,105,137). Sum of RGB (Red+Green+Blue) = 173+105+137=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6989 is #529676. Grayscale: #808080. Windows color (decimal): -5412471 or 9005485. OLE color: 9005485.

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

Color convert

RGB173105137-
CMYK00.390.210.32
HSL331.76º29.31%54.51%-
HSV(B)331.76º39.31%67.84%-
XYZ26.820.7926.27-
YUV128.98132.53159.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=41.69%
G=25.30%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310513700.390.210.32331.7629.3154.51
HexAD6989027152014c1d37
Octal25515121104725405143567
Binary1010110111010011000100101001111010110000010100110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6989; }

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

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

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

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

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

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

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

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