#AC878E

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

Shades of Tapestry #AC878E

Tints of Tapestry #AC878E

Color information

#AC878E (or 0xAC878E) is unknown color: approx Tapestry. HEX triplet: AC, 87 and 8E. RGB value is (172,135,142). Sum of RGB (Red+Green+Blue) = 172+135+142=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC878E is #537871. Grayscale: #929292. Windows color (decimal): -5470322 or 9340844. OLE color: 9340844.

HSL color Cylindrical-coordinate representation of color #AC878E: hue angle of 348.65º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC878E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172135142-
CMYK00.220.170.33
HSL348.65º18.23%60.2%-
HSV(B)348.65º21.51%67.45%-
XYZ30.5628.0529.4-
YUV146.86125.26145.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=38.31%
G=30.07%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213514200.220.170.33348.6518.2360.2
HexAC878E016112115d123c
Octal25420721602621415352274
Binary1010110010000111100011100101101000110000110101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC878E; }

 p { color: rgb(172,135,142); }

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

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

 a { background-color: rgb(172,135,142); }

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

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

 span { border-color: rgb(172,135,142); }

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