#AD788C

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

Shades of Tapestry #AD788C

Tints of Tapestry #AD788C

Color information

#AD788C (or 0xAD788C) is unknown color: approx Tapestry. HEX triplet: AD, 78 and 8C. RGB value is (173,120,140). Sum of RGB (Red+Green+Blue) = 173+120+140=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD788C is #528773. Grayscale: #8A8A8A. Windows color (decimal): -5408628 or 9205933. OLE color: 9205933.

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

Color convert

RGB173120140-
CMYK00.310.190.32
HSL337.36º24.42%57.45%-
HSV(B)337.36º30.64%67.84%-
XYZ28.6824.2127.97-
YUV138.13129.06152.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=39.95%
G=27.71%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312014000.310.190.32337.3624.4257.45
HexAD788C01F13201511839
Octal25517021403723405213071
Binary101011011111000100011000111111001110000010101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD788C; }

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

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

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

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

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

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

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

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