#AC848E

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

Shades of Tapestry #AC848E

Tints of Tapestry #AC848E

Color information

#AC848E (or 0xAC848E) is unknown color: approx Tapestry. HEX triplet: AC, 84 and 8E. RGB value is (172,132,142). Sum of RGB (Red+Green+Blue) = 172+132+142=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC848E is #537B71. Grayscale: #919191. Windows color (decimal): -5471090 or 9340076. OLE color: 9340076.

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

Color convert

RGB172132142-
CMYK00.230.170.33
HSL345º19.42%59.61%-
HSV(B)345º23.26%67.45%-
XYZ30.1527.2329.26-
YUV145.1126.25147.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=38.57%
G=29.60%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213214200.230.170.3334519.4259.61
HexAC848E0171121159133c
Octal25420421602721415312374
Binary1010110010000100100011100101111000110000110101100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC848E; }

 p { color: rgb(172,132,142); }

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

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

 a { background-color: rgb(172,132,142); }

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

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

 span { border-color: rgb(172,132,142); }

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