#AC6A7E

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

Shades of Tapestry #AC6A7E

Tints of Tapestry #AC6A7E

Color information

#AC6A7E (or 0xAC6A7E) is unknown color: approx Tapestry. HEX triplet: AC, 6A and 7E. RGB value is (172,106,126). Sum of RGB (Red+Green+Blue) = 172+106+126=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7E is #539581. Grayscale: #808080. Windows color (decimal): -5477762 or 8284844. OLE color: 8284844.

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

Color convert

RGB172106126-
CMYK00.380.270.33
HSL341.82º28.45%54.51%-
HSV(B)341.82º38.37%67.45%-
XYZ25.9320.5922.35-
YUV128.01126.87159.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=42.57%
G=26.24%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210612600.380.270.33341.8228.4554.51
HexAC6A7E0261B211561c37
Octal25415217604633415263467
Binary101011001101010111111001001101101110000110101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A7E; }

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

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

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

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

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

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

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

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