#AC758B

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

Shades of Tapestry #AC758B

Tints of Tapestry #AC758B

Color information

#AC758B (or 0xAC758B) is unknown color: approx Tapestry. HEX triplet: AC, 75 and 8B. RGB value is (172,117,139). Sum of RGB (Red+Green+Blue) = 172+117+139=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758B is #538A74. Grayscale: #878787. Windows color (decimal): -5474933 or 9139628. OLE color: 9139628.

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

Color convert

RGB172117139-
CMYK00.320.190.33
HSL336º24.89%56.67%-
HSV(B)336º31.98%67.45%-
XYZ28.0323.3627.46-
YUV135.95129.72153.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=40.19%
G=27.34%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211713900.320.190.3333624.8956.67
HexAC758B02013211501939
Octal25416521304023415203171
Binary1010110011101011000101101000001001110000110101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC758B; }

 p { color: rgb(172,117,139); }

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

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

 a { background-color: rgb(172,117,139); }

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

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

 span { border-color: rgb(172,117,139); }

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