#AD878D

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

Shades of Tapestry #AD878D

Tints of Tapestry #AD878D

Color information

#AD878D (or 0xAD878D) is unknown color: approx Tapestry. HEX triplet: AD, 87 and 8D. RGB value is (173,135,141). Sum of RGB (Red+Green+Blue) = 173+135+141=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD878D is #527872. Grayscale: #939393. Windows color (decimal): -5404787 or 9275309. OLE color: 9275309.

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

Color convert

RGB173135141-
CMYK00.220.180.32
HSL350.53º18.81%60.39%-
HSV(B)350.53º21.97%67.84%-
XYZ30.7128.1429.01-
YUV147.05124.59146.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=38.53%
G=30.07%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313514100.220.180.32350.5318.8160.39
HexAD878D016122015f133c
Octal25520721502622405372374
Binary1010110110000111100011010101101001010000010101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD878D; }

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

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

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

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

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

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

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

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