#AD688D

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

Shades of Tapestry #AD688D

Tints of Tapestry #AD688D

Color information

#AD688D (or 0xAD688D) is unknown color: approx Tapestry. HEX triplet: AD, 68 and 8D. RGB value is (173,104,141). Sum of RGB (Red+Green+Blue) = 173+104+141=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688D is #529772. Grayscale: #808080. Windows color (decimal): -5412723 or 9267373. OLE color: 9267373.

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

Color convert

RGB173104141-
CMYK00.400.180.32
HSL327.83º29.61%54.31%-
HSV(B)327.83º39.88%67.84%-
XYZ26.9920.7127.77-
YUV128.85134.86159.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=41.39%
G=24.88%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310414100.400.180.32327.8329.6154.31
HexAD688D02812201481e36
Octal25515021505022405103666
Binary1010110111010001000110101010001001010000010100100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD688D; }

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

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

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

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

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

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

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

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