#AD5E7E

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

Shades of Tapestry #AD5E7E

Tints of Tapestry #AD5E7E

Color information

#AD5E7E (or 0xAD5E7E) is unknown color: approx Tapestry. HEX triplet: AD, 5E and 7E. RGB value is (173,94,126). Sum of RGB (Red+Green+Blue) = 173+94+126=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E7E is #52A181. Grayscale: #797979. Windows color (decimal): -5415298 or 8281773. OLE color: 8281773.

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

Color convert

RGB17394126-
CMYK00.460.270.32
HSL335.7º32.51%52.35%-
HSV(B)335.7º45.66%67.84%-
XYZ2518.421.97-
YUV121.27130.67164.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=44.02%
G=23.92%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739412600.460.270.32335.732.5152.35
HexAD5E7E02E1B201502134
Octal25513617605633405204164
Binary1010110110111101111110010111011011100000101010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E7E; }

 p { color: rgb(173,94,126); }

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

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

 a { background-color: rgb(173,94,126); }

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

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

 span { border-color: rgb(173,94,126); }

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