#AD7F8E

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

Shades of Tapestry #AD7F8E

Tints of Tapestry #AD7F8E

Color information

#AD7F8E (or 0xAD7F8E) is unknown color: approx Tapestry. HEX triplet: AD, 7F and 8E. RGB value is (173,127,142). Sum of RGB (Red+Green+Blue) = 173+127+142=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F8E is #528071. Grayscale: #8E8E8E. Windows color (decimal): -5406834 or 9338797. OLE color: 9338797.

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

Color convert

RGB173127142-
CMYK00.270.180.32
HSL340.43º21.9%58.82%-
HSV(B)340.43º26.59%67.84%-
XYZ29.7126.0229.05-
YUV142.46127.74149.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=39.14%
G=28.73%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312714200.270.180.32340.4321.958.82
HexAD7F8E01B1220154163b
Octal25517721603322405242673
Binary101011011111111100011100110111001010000010101010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F8E; }

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

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

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

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

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

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

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

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