#AC707E

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

Shades of Tapestry #AC707E

Tints of Tapestry #AC707E

Color information

#AC707E (or 0xAC707E) is unknown color: approx Tapestry. HEX triplet: AC, 70 and 7E. RGB value is (172,112,126). Sum of RGB (Red+Green+Blue) = 172+112+126=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707E is #538F81. Grayscale: #838383. Windows color (decimal): -5476226 or 8286380. OLE color: 8286380.

HSL color Cylindrical-coordinate representation of color #AC707E: hue angle of 346º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC707E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172112126-
CMYK00.350.270.33
HSL346º26.55%55.69%-
HSV(B)346º34.88%67.45%-
XYZ26.5721.8722.56-
YUV131.54124.88156.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=41.95%
G=27.32%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211212600.350.270.3334626.5555.69
HexAC707E0231B2115a1b38
Octal25416017604333415323370
Binary101011001110000111111001000111101110000110101101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC707E; }

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

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

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

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

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

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

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

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