#AC898C

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

Shades of Tapestry #AC898C

Tints of Tapestry #AC898C

Color information

#AC898C (or 0xAC898C) is unknown color: approx Tapestry. HEX triplet: AC, 89 and 8C. RGB value is (172,137,140). Sum of RGB (Red+Green+Blue) = 172+137+140=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC898C is #537673. Grayscale: #939393. Windows color (decimal): -5469812 or 9210284. OLE color: 9210284.

HSL color Cylindrical-coordinate representation of color #AC898C: hue angle of 354.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC898C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172137140-
CMYK00.200.190.33
HSL354.86º17.41%60.59%-
HSV(B)354.86º20.35%67.45%-
XYZ30.6928.5628.71-
YUV147.81123.6145.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=38.31%
G=30.51%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213714000.200.190.33354.8617.4160.59
HexAC898C0141321163113d
Octal25421121402423415432175
Binary1010110010001001100011000101001001110000110110001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC898C; }

 p { color: rgb(172,137,140); }

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

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

 a { background-color: rgb(172,137,140); }

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

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

 span { border-color: rgb(172,137,140); }

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