#AD6884

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

Shades of Tapestry #AD6884

Tints of Tapestry #AD6884

Color information

#AD6884 (or 0xAD6884) is unknown color: approx Tapestry. HEX triplet: AD, 68 and 84. RGB value is (173,104,132). Sum of RGB (Red+Green+Blue) = 173+104+132=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6884 is #52977B. Grayscale: #7F7F7F. Windows color (decimal): -5412732 or 8677549. OLE color: 8677549.

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

Color convert

RGB173104132-
CMYK00.400.240.32
HSL335.65º29.61%54.31%-
HSV(B)335.65º39.88%67.84%-
XYZ26.3520.4524.39-
YUV127.82130.36160.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=42.30%
G=25.43%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310413200.400.240.32335.6529.6154.31
HexAD688402818201501e36
Octal25515020405030405203666
Binary1010110111010001000010001010001100010000010101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6884; }

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

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

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

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

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

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

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

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