#AC868F

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

Shades of Tapestry #AC868F

Tints of Tapestry #AC868F

Color information

#AC868F (or 0xAC868F) is unknown color: approx Tapestry. HEX triplet: AC, 86 and 8F. RGB value is (172,134,143). Sum of RGB (Red+Green+Blue) = 172+134+143=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC868F is #537970. Grayscale: #929292. Windows color (decimal): -5470577 or 9406124. OLE color: 9406124.

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

Color convert

RGB172134143-
CMYK00.220.170.33
HSL345.79º18.63%60%-
HSV(B)345.79º22.09%67.45%-
XYZ30.527.829.75-
YUV146.39126.09146.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=38.31%
G=29.84%
B=31.85%

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
Decimal17213414300.220.170.33345.7918.6360
HexAC868F016112115a133c
Octal25420621702621415322374
Binary1010110010000110100011110101101000110000110101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC868F; }

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

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

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

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

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

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

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

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