#AC888C

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

Shades of Tapestry #AC888C

Tints of Tapestry #AC888C

Color information

#AC888C (or 0xAC888C) is unknown color: approx Tapestry. HEX triplet: AC, 88 and 8C. RGB value is (172,136,140). Sum of RGB (Red+Green+Blue) = 172+136+140=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888C is #537773. Grayscale: #939393. Windows color (decimal): -5470068 or 9210028. OLE color: 9210028.

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

Color convert

RGB172136140-
CMYK00.210.190.33
HSL353.33º17.82%60.39%-
HSV(B)353.33º20.93%67.45%-
XYZ30.5528.2728.66-
YUV147.22123.93145.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=38.39%
G=30.36%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213614000.210.190.33353.3317.8260.39
HexAC888C0151321161123c
Octal25421021402523415412274
Binary1010110010001000100011000101011001110000110110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC888C; }

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

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

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

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

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

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

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

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