#AD6681

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

Shades of Tapestry #AD6681

Tints of Tapestry #AD6681

Color information

#AD6681 (or 0xAD6681) is unknown color: approx Tapestry. HEX triplet: AD, 66 and 81. RGB value is (173,102,129). Sum of RGB (Red+Green+Blue) = 173+102+129=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6681 is #52997E. Grayscale: #7E7E7E. Windows color (decimal): -5413247 or 8480429. OLE color: 8480429.

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

Color convert

RGB173102129-
CMYK00.410.250.32
HSL337.18º30.21%53.92%-
HSV(B)337.18º41.04%67.84%-
XYZ25.9519.9723.26-
YUV126.31129.52161.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=42.82%
G=25.25%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310212900.410.250.32337.1830.2153.92
HexAD668102919201511e36
Octal25514620105131405213666
Binary1010110111001101000000101010011100110000010101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6681; }

 p { color: rgb(173,102,129); }

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

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

 a { background-color: rgb(173,102,129); }

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

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

 span { border-color: rgb(173,102,129); }

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