#AC6C8E

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

Shades of Tapestry #AC6C8E

Tints of Tapestry #AC6C8E

Color information

#AC6C8E (or 0xAC6C8E) is unknown color: approx Tapestry. HEX triplet: AC, 6C and 8E. RGB value is (172,108,142). Sum of RGB (Red+Green+Blue) = 172+108+142=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C8E is #539371. Grayscale: #828282. Windows color (decimal): -5477234 or 9333932. OLE color: 9333932.

HSL color Cylindrical-coordinate representation of color #AC6C8E: hue angle of 328.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C8E is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172108142-
CMYK00.370.170.33
HSL328.12º27.83%54.9%-
HSV(B)328.12º37.21%67.45%-
XYZ27.2621.4528.29-
YUV131.01134.2157.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=40.76%
G=25.59%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210814200.370.170.33328.1227.8354.9
HexAC6C8E02511211481c37
Octal25415421604521415103467
Binary1010110011011001000111001001011000110000110100100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C8E; }

 p { color: rgb(172,108,142); }

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

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

 a { background-color: rgb(172,108,142); }

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

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

 span { border-color: rgb(172,108,142); }

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