#AD878C

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

Shades of Tapestry #AD878C

Tints of Tapestry #AD878C

Color information

#AD878C (or 0xAD878C) is unknown color: approx Tapestry. HEX triplet: AD, 87 and 8C. RGB value is (173,135,140). Sum of RGB (Red+Green+Blue) = 173+135+140=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD878C is #527873. Grayscale: #929292. Windows color (decimal): -5404788 or 9209773. OLE color: 9209773.

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

Color convert

RGB173135140-
CMYK00.220.190.32
HSL352.11º18.81%60.39%-
HSV(B)352.11º21.97%67.84%-
XYZ30.6328.1128.62-
YUV146.93124.09146.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=38.62%
G=30.13%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313514000.220.190.32352.1118.8160.39
HexAD878C0161320160133c
Octal25520721402623405402374
Binary1010110110000111100011000101101001110000010110000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD878C; }

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

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

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

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

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

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

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

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