#AD758D

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

Shades of Tapestry #AD758D

Tints of Tapestry #AD758D

Color information

#AD758D (or 0xAD758D) is unknown color: approx Tapestry. HEX triplet: AD, 75 and 8D. RGB value is (173,117,141). Sum of RGB (Red+Green+Blue) = 173+117+141=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758D is #528A72. Grayscale: #888888. Windows color (decimal): -5409395 or 9270701. OLE color: 9270701.

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

Color convert

RGB173117141-
CMYK00.320.180.32
HSL334.29º25.45%56.86%-
HSV(B)334.29º32.37%67.84%-
XYZ28.423.5328.24-
YUV136.48130.55154.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=40.14%
G=27.15%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311714100.320.180.32334.2925.4556.86
HexAD758D020122014e1939
Octal25516521504022405163171
Binary1010110111101011000110101000001001010000010100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD758D; }

 p { color: rgb(173,117,141); }

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

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

 a { background-color: rgb(173,117,141); }

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

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

 span { border-color: rgb(173,117,141); }

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