#AD7C8F

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

Shades of Tapestry #AD7C8F

Tints of Tapestry #AD7C8F

Color information

#AD7C8F (or 0xAD7C8F) is unknown color: approx Tapestry. HEX triplet: AD, 7C and 8F. RGB value is (173,124,143). Sum of RGB (Red+Green+Blue) = 173+124+143=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7C8F is #528370. Grayscale: #8C8C8C. Windows color (decimal): -5407601 or 9403565. OLE color: 9403565.

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

Color convert

RGB173124143-
CMYK00.280.170.32
HSL336.73º23%58.24%-
HSV(B)336.73º28.32%67.84%-
XYZ29.425.2829.32-
YUV140.82129.23150.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 124 (48.83% from 255) = 28.18%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=39.32%
G=28.18%
B=32.5%

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
Decimal17312414300.280.170.32336.732358.24
HexAD7C8F01C1120151173a
Octal25517421703421405212772
Binary101011011111100100011110111001000110000010101000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C8F; }

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

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

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

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

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

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

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

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