#AC878F

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

Shades of Tapestry #AC878F

Tints of Tapestry #AC878F

Color information

#AC878F (or 0xAC878F) is unknown color: approx Tapestry. HEX triplet: AC, 87 and 8F. RGB value is (172,135,143). Sum of RGB (Red+Green+Blue) = 172+135+143=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC878F is #537870. Grayscale: #929292. Windows color (decimal): -5470321 or 9406380. OLE color: 9406380.

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

Color convert

RGB172135143-
CMYK00.220.170.33
HSL347.03º18.23%60.2%-
HSV(B)347.03º21.51%67.45%-
XYZ30.6428.0829.79-
YUV146.98125.76145.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=38.22%
G=30%
B=31.78%

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
Decimal17213514300.220.170.33347.0318.2360.2
HexAC878F016112115b123c
Octal25420721702621415332274
Binary1010110010000111100011110101101000110000110101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC878F; }

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

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

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

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

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

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

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

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