#AC5C85

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

Shades of Tapestry #AC5C85

Tints of Tapestry #AC5C85

Color information

#AC5C85 (or 0xAC5C85) is unknown color: approx Tapestry. HEX triplet: AC, 5C and 85. RGB value is (172,92,133). Sum of RGB (Red+Green+Blue) = 172+92+133=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C85 is #53A37A. Grayscale: #787878. Windows color (decimal): -5481339 or 8740012. OLE color: 8740012.

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

Color convert

RGB17292133-
CMYK00.470.230.33
HSL329.25º32.52%51.76%-
HSV(B)329.25º46.51%67.45%-
XYZ25.0718.1224.37-
YUV120.59135164.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=43.32%
G=23.17%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729213300.470.230.33329.2532.5251.76
HexAC5C8502F17211492134
Octal25413420505727415114164
Binary10101100101110010000101010111110111100001101001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C85; }

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

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

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

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

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

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

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

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