#AC858D

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

Shades of Tapestry #AC858D

Tints of Tapestry #AC858D

Color information

#AC858D (or 0xAC858D) is unknown color: approx Tapestry. HEX triplet: AC, 85 and 8D. RGB value is (172,133,141). Sum of RGB (Red+Green+Blue) = 172+133+141=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858D is #537A72. Grayscale: #919191. Windows color (decimal): -5470835 or 9274796. OLE color: 9274796.

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

Color convert

RGB172133141-
CMYK00.230.180.33
HSL347.69º19.02%59.8%-
HSV(B)347.69º22.67%67.45%-
XYZ30.2127.4728.91-
YUV145.57125.42146.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=38.57%
G=29.82%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213314100.230.180.33347.6919.0259.8
HexAC858D017122115c133c
Octal25420521502722415342374
Binary1010110010000101100011010101111001010000110101110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC858D; }

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

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

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

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

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

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

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

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