#AD6E7D

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

Shades of Tapestry #AD6E7D

Tints of Tapestry #AD6E7D

Color information

#AD6E7D (or 0xAD6E7D) is unknown color: approx Tapestry. HEX triplet: AD, 6E and 7D. RGB value is (173,110,125). Sum of RGB (Red+Green+Blue) = 173+110+125=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E7D is #529182. Grayscale: #828282. Windows color (decimal): -5411203 or 8220333. OLE color: 8220333.

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

Color convert

RGB173110125-
CMYK00.360.280.32
HSL345.71º27.75%55.49%-
HSV(B)345.71º36.42%67.84%-
XYZ26.5121.5222.16-
YUV130.55124.87158.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=42.40%
G=26.96%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311012500.360.280.32345.7127.7555.49
HexAD6E7D0241C2015a1c37
Octal25515617504434405323467
Binary101011011101110111110101001001110010000010101101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E7D; }

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

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

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

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

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

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

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

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