#AC5D7F

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

Shades of Tapestry #AC5D7F

Tints of Tapestry #AC5D7F

Color information

#AC5D7F (or 0xAC5D7F) is unknown color: approx Tapestry. HEX triplet: AC, 5D and 7F. RGB value is (172,93,127). Sum of RGB (Red+Green+Blue) = 172+93+127=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D7F is #53A280. Grayscale: #787878. Windows color (decimal): -5481089 or 8347052. OLE color: 8347052.

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

Color convert

RGB17293127-
CMYK00.460.260.33
HSL334.18º32.24%51.96%-
HSV(B)334.18º45.93%67.45%-
XYZ24.7618.1322.27-
YUV120.5131.67164.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 127 (50% from 255) = 32.40%
R=43.88%
G=23.72%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729312700.460.260.33334.1832.2451.96
HexAC5D7F02E1A2114e2034
Octal25413517705632415164064
Binary1010110010111011111111010111011010100001101001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D7F; }

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

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

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

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

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

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

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

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