#AD7C8C

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

Shades of Tapestry #AD7C8C

Tints of Tapestry #AD7C8C

Color information

#AD7C8C (or 0xAD7C8C) is unknown color: approx Tapestry. HEX triplet: AD, 7C and 8C. RGB value is (173,124,140). Sum of RGB (Red+Green+Blue) = 173+124+140=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7C8C is #528373. Grayscale: #8C8C8C. Windows color (decimal): -5407604 or 9206957. OLE color: 9206957.

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

Color convert

RGB173124140-
CMYK00.280.190.32
HSL340.41º23%58.24%-
HSV(B)340.41º28.32%67.84%-
XYZ29.1725.1928.14-
YUV140.48127.73151.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=39.59%
G=28.38%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312414000.280.190.32340.412358.24
HexAD7C8C01C1320154173a
Octal25517421403423405242772
Binary101011011111100100011000111001001110000010101010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7C8C; }

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

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

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

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

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

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

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

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