#AD717F

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

Shades of Tapestry #AD717F

Tints of Tapestry #AD717F

Color information

#AD717F (or 0xAD717F) is unknown color: approx Tapestry. HEX triplet: AD, 71 and 7F. RGB value is (173,113,127). Sum of RGB (Red+Green+Blue) = 173+113+127=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717F is #528E80. Grayscale: #848484. Windows color (decimal): -5410433 or 8352173. OLE color: 8352173.

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

Color convert

RGB173113127-
CMYK00.350.270.32
HSL346º26.79%56.08%-
HSV(B)346º34.68%67.84%-
XYZ26.9722.2322.95-
YUV132.54124.88156.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 127 (50% from 255) = 30.75%
R=41.89%
G=27.36%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311312700.350.270.3234626.7956.08
HexAD717F0231B2015a1b38
Octal25516117704333405323370
Binary101011011110001111111101000111101110000010101101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD717F; }

 p { color: rgb(173,113,127); }

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

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

 a { background-color: rgb(173,113,127); }

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

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

 span { border-color: rgb(173,113,127); }

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