#AC6B7E

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

Shades of Tapestry #AC6B7E

Tints of Tapestry #AC6B7E

Color information

#AC6B7E (or 0xAC6B7E) is unknown color: approx Tapestry. HEX triplet: AC, 6B and 7E. RGB value is (172,107,126). Sum of RGB (Red+Green+Blue) = 172+107+126=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B7E is #539481. Grayscale: #808080. Windows color (decimal): -5477506 or 8285100. OLE color: 8285100.

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

Color convert

RGB172107126-
CMYK00.380.270.33
HSL342.46º28.14%54.71%-
HSV(B)342.46º37.79%67.45%-
XYZ26.0420.7922.38-
YUV128.6126.53158.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=42.47%
G=26.42%
B=31.11%

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
Decimal17210712600.380.270.33342.4628.1454.71
HexAC6B7E0261B211561c37
Octal25415317604633415263467
Binary101011001101011111111001001101101110000110101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B7E; }

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

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

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

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

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

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

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

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