#AD708F

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

Shades of Tapestry #AD708F

Tints of Tapestry #AD708F

Color information

#AD708F (or 0xAD708F) is unknown color: approx Tapestry. HEX triplet: AD, 70 and 8F. RGB value is (173,112,143). Sum of RGB (Red+Green+Blue) = 173+112+143=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD708F is #528F70. Grayscale: #858585. Windows color (decimal): -5410673 or 9400493. OLE color: 9400493.

HSL color Cylindrical-coordinate representation of color #AD708F: hue angle of 329.51º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD708F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB173112143-
CMYK00.350.170.32
HSL329.51º27.11%55.88%-
HSV(B)329.51º35.26%67.84%-
XYZ27.9922.4628.85-
YUV133.77133.21155.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=40.42%
G=26.17%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311214300.350.170.32329.5127.1155.88
HexAD708F023112014a1b38
Octal25516021704321405123370
Binary1010110111100001000111101000111000110000010100101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD708F; }

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

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

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

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

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

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

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

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