#AC858A

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

Shades of Tapestry #AC858A

Tints of Tapestry #AC858A

Color information

#AC858A (or 0xAC858A) is unknown color: approx Tapestry. HEX triplet: AC, 85 and 8A. RGB value is (172,133,138). Sum of RGB (Red+Green+Blue) = 172+133+138=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858A is #537A75. Grayscale: #919191. Windows color (decimal): -5470838 or 9078188. OLE color: 9078188.

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

Color convert

RGB172133138-
CMYK00.230.200.33
HSL352.31º19.02%59.8%-
HSV(B)352.31º22.67%67.45%-
XYZ29.9927.3827.75-
YUV145.23123.92147.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=38.83%
G=30.02%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213313800.230.200.33352.3119.0259.8
HexAC858A0171421160133c
Octal25420521202724415402374
Binary1010110010000101100010100101111010010000110110000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC858A; }

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

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

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

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

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

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

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

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