#AC6A8E

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

Shades of Tapestry #AC6A8E

Tints of Tapestry #AC6A8E

Color information

#AC6A8E (or 0xAC6A8E) is unknown color: approx Tapestry. HEX triplet: AC, 6A and 8E. RGB value is (172,106,142). Sum of RGB (Red+Green+Blue) = 172+106+142=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A8E is #539571. Grayscale: #818181. Windows color (decimal): -5477746 or 9333420. OLE color: 9333420.

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

Color convert

RGB172106142-
CMYK00.380.170.33
HSL327.27º28.45%54.51%-
HSV(B)327.27º38.37%67.45%-
XYZ27.0521.0328.23-
YUV129.84134.87158.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=40.95%
G=25.24%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210614200.380.170.33327.2728.4554.51
HexAC6A8E02611211471c37
Octal25415221604621415073467
Binary1010110011010101000111001001101000110000110100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A8E; }

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

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

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

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

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

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

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

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