#AD768E

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

Shades of Tapestry #AD768E

Tints of Tapestry #AD768E

Color information

#AD768E (or 0xAD768E) is unknown color: approx Tapestry. HEX triplet: AD, 76 and 8E. RGB value is (173,118,142). Sum of RGB (Red+Green+Blue) = 173+118+142=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768E is #528971. Grayscale: #898989. Windows color (decimal): -5409138 or 9336493. OLE color: 9336493.

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

Color convert

RGB173118142-
CMYK00.320.180.32
HSL333.82º25.11%57.06%-
HSV(B)333.82º31.79%67.84%-
XYZ28.5923.7928.68-
YUV137.18130.72153.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=39.95%
G=27.25%
B=32.79%

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
Decimal17311814200.320.180.32333.8225.1157.06
HexAD768E020122014e1939
Octal25516621604022405163171
Binary1010110111101101000111001000001001010000010100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD768E; }

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

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

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

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

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

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

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

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