#AD6684

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

Shades of Tapestry #AD6684

Tints of Tapestry #AD6684

Color information

#AD6684 (or 0xAD6684) is unknown color: approx Tapestry. HEX triplet: AD, 66 and 84. RGB value is (173,102,132). Sum of RGB (Red+Green+Blue) = 173+102+132=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6684 is #52997B. Grayscale: #7E7E7E. Windows color (decimal): -5413244 or 8677037. OLE color: 8677037.

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

Color convert

RGB173102132-
CMYK00.410.240.32
HSL334.65º30.21%53.92%-
HSV(B)334.65º41.04%67.84%-
XYZ26.1520.0524.32-
YUV126.65131.02161.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=42.51%
G=25.06%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310213200.410.240.32334.6530.2153.92
HexAD6684029182014f1e36
Octal25514620405130405173666
Binary1010110111001101000010001010011100010000010100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6684; }

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

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

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

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

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

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

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

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