#AC5E84

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

Shades of Tapestry #AC5E84

Tints of Tapestry #AC5E84

Color information

#AC5E84 (or 0xAC5E84) is unknown color: approx Tapestry. HEX triplet: AC, 5E and 84. RGB value is (172,94,132). Sum of RGB (Red+Green+Blue) = 172+94+132=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E84 is #53A17B. Grayscale: #797979. Windows color (decimal): -5480828 or 8674988. OLE color: 8674988.

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

Color convert

RGB17294132-
CMYK00.450.230.33
HSL330.77º31.97%52.16%-
HSV(B)330.77º45.35%67.45%-
XYZ25.1818.4424.06-
YUV121.65133.84163.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=43.22%
G=23.62%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729413200.450.230.33330.7731.9752.16
HexAC5E8402D172114b2034
Octal25413620405527415134064
Binary10101100101111010000100010110110111100001101001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E84; }

 p { color: rgb(172,94,132); }

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

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

 a { background-color: rgb(172,94,132); }

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

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

 span { border-color: rgb(172,94,132); }

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