#AC888F

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

Shades of Tapestry #AC888F

Tints of Tapestry #AC888F

Color information

#AC888F (or 0xAC888F) is unknown color: approx Tapestry. HEX triplet: AC, 88 and 8F. RGB value is (172,136,143). Sum of RGB (Red+Green+Blue) = 172+136+143=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888F is #537770. Grayscale: #939393. Windows color (decimal): -5470065 or 9406636. OLE color: 9406636.

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

Color convert

RGB172136143-
CMYK00.210.170.33
HSL348.33º17.82%60.39%-
HSV(B)348.33º20.93%67.45%-
XYZ30.7828.3629.84-
YUV147.56125.43145.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=38.14%
G=30.16%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213614300.210.170.33348.3317.8260.39
HexAC888F015112115c123c
Octal25421021702521415342274
Binary1010110010001000100011110101011000110000110101110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC888F; }

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

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

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

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

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

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

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

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