#AC5D85

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

Shades of Tapestry #AC5D85

Tints of Tapestry #AC5D85

Color information

#AC5D85 (or 0xAC5D85) is unknown color: approx Tapestry. HEX triplet: AC, 5D and 85. RGB value is (172,93,133). Sum of RGB (Red+Green+Blue) = 172+93+133=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D85 is #53A27A. Grayscale: #797979. Windows color (decimal): -5481083 or 8740268. OLE color: 8740268.

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

Color convert

RGB17293133-
CMYK00.460.230.33
HSL329.62º32.24%51.96%-
HSV(B)329.62º45.93%67.45%-
XYZ25.1618.2924.4-
YUV121.18134.67164.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=43.22%
G=23.37%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729313300.460.230.33329.6232.2451.96
HexAC5D8502E172114a2034
Octal25413520505627415124064
Binary10101100101110110000101010111010111100001101001010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D85; }

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

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

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

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

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

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

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

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