#AD768C

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

Shades of Tapestry #AD768C

Tints of Tapestry #AD768C

Color information

#AD768C (or 0xAD768C) is unknown color: approx Tapestry. HEX triplet: AD, 76 and 8C. RGB value is (173,118,140). Sum of RGB (Red+Green+Blue) = 173+118+140=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768C is #528973. Grayscale: #888888. Windows color (decimal): -5409140 or 9205421. OLE color: 9205421.

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

Color convert

RGB173118140-
CMYK00.320.190.32
HSL336º25.11%57.06%-
HSV(B)336º31.79%67.84%-
XYZ28.4523.7327.89-
YUV136.95129.72153.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=40.14%
G=27.38%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311814000.320.190.3233625.1157.06
HexAD768C02013201501939
Octal25516621404023405203171
Binary1010110111101101000110001000001001110000010101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD768C; }

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

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

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

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

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

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

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

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