#AD688F

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

Shades of Tapestry #AD688F

Tints of Tapestry #AD688F

Color information

#AD688F (or 0xAD688F) is unknown color: approx Tapestry. HEX triplet: AD, 68 and 8F. RGB value is (173,104,143). Sum of RGB (Red+Green+Blue) = 173+104+143=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD688F is #529770. Grayscale: #808080. Windows color (decimal): -5412721 or 9398445. OLE color: 9398445.

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

Color convert

RGB173104143-
CMYK00.400.170.32
HSL326.09º29.61%54.31%-
HSV(B)326.09º39.88%67.84%-
XYZ27.1420.7728.56-
YUV129.08135.86159.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=41.19%
G=24.76%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310414300.400.170.32326.0929.6154.31
HexAD688F02811201461e36
Octal25515021705021405063666
Binary1010110111010001000111101010001000110000010100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD688F; }

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

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

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

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

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

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

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

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