#AC858B

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

Shades of Tapestry #AC858B

Tints of Tapestry #AC858B

Color information

#AC858B (or 0xAC858B) is unknown color: approx Tapestry. HEX triplet: AC, 85 and 8B. RGB value is (172,133,139). Sum of RGB (Red+Green+Blue) = 172+133+139=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858B is #537A74. Grayscale: #919191. Windows color (decimal): -5470837 or 9143724. OLE color: 9143724.

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

Color convert

RGB172133139-
CMYK00.230.190.33
HSL350.77º19.02%59.8%-
HSV(B)350.77º22.67%67.45%-
XYZ30.0627.4128.13-
YUV145.34124.42147.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=38.74%
G=29.95%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313900.230.190.33350.7719.0259.8
HexAC858B017132115f133c
Octal25420521302723415372374
Binary1010110010000101100010110101111001110000110101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC858B; }

 p { color: rgb(172,133,139); }

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

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

 a { background-color: rgb(172,133,139); }

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

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

 span { border-color: rgb(172,133,139); }

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