#AD7D8F

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

Shades of Tapestry #AD7D8F

Tints of Tapestry #AD7D8F

Color information

#AD7D8F (or 0xAD7D8F) is unknown color: approx Tapestry. HEX triplet: AD, 7D and 8F. RGB value is (173,125,143). Sum of RGB (Red+Green+Blue) = 173+125+143=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7D8F is #528270. Grayscale: #8D8D8D. Windows color (decimal): -5407345 or 9403821. OLE color: 9403821.

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

Color convert

RGB173125143-
CMYK00.280.170.32
HSL337.5º22.64%58.43%-
HSV(B)337.5º27.75%67.84%-
XYZ29.5325.5329.36-
YUV141.4128.9150.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=39.23%
G=28.34%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312514300.280.170.32337.522.6458.43
HexAD7D8F01C1120152173a
Octal25517521703421405222772
Binary101011011111101100011110111001000110000010101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7D8F; }

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

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

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

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

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

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

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

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