#AC758D

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

Shades of Tapestry #AC758D

Tints of Tapestry #AC758D

Color information

#AC758D (or 0xAC758D) is unknown color: approx Tapestry. HEX triplet: AC, 75 and 8D. RGB value is (172,117,141). Sum of RGB (Red+Green+Blue) = 172+117+141=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758D is #538A72. Grayscale: #888888. Windows color (decimal): -5474931 or 9270700. OLE color: 9270700.

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

Color convert

RGB172117141-
CMYK00.320.180.33
HSL333.82º24.89%56.67%-
HSV(B)333.82º31.98%67.45%-
XYZ28.1823.4228.23-
YUV136.18130.72153.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=40%
G=27.21%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211714100.320.180.33333.8224.8956.67
HexAC758D020122114e1939
Octal25416521504022415163171
Binary1010110011101011000110101000001001010000110100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC758D; }

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

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

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

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

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

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

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

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