#AC7E90

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

Shades of Tapestry #AC7E90

Tints of Tapestry #AC7E90

Color information

#AC7E90 (or 0xAC7E90) is unknown color: approx Tapestry. HEX triplet: AC, 7E and 90. RGB value is (172,126,144). Sum of RGB (Red+Green+Blue) = 172+126+144=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E90 is #53816F. Grayscale: #8D8D8D. Windows color (decimal): -5472624 or 9469612. OLE color: 9469612.

HSL color Cylindrical-coordinate representation of color #AC7E90: hue angle of 336.52º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7E90 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172126144-
CMYK00.270.160.33
HSL336.52º21.7%58.43%-
HSV(B)336.52º26.74%67.45%-
XYZ29.5125.7129.79-
YUV141.81129.24149.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=38.91%
G=28.51%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212614400.270.160.33336.5221.758.43
HexAC7E9001B1021151163a
Octal25417622003320415212672
Binary101011001111110100100000110111000010000110101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E90; }

 p { color: rgb(172,126,144); }

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

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

 a { background-color: rgb(172,126,144); }

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

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

 span { border-color: rgb(172,126,144); }

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