#AC718A

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

Shades of Tapestry #AC718A

Tints of Tapestry #AC718A

Color information

#AC718A (or 0xAC718A) is unknown color: approx Tapestry. HEX triplet: AC, 71 and 8A. RGB value is (172,113,138). Sum of RGB (Red+Green+Blue) = 172+113+138=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718A is #538E75. Grayscale: #858585. Windows color (decimal): -5475958 or 9073068. OLE color: 9073068.

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

Color convert

RGB172113138-
CMYK00.340.200.33
HSL334.58º26.22%55.88%-
HSV(B)334.58º34.3%67.45%-
XYZ27.5122.4226.92-
YUV133.49130.55155.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=40.66%
G=26.71%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211313800.340.200.33334.5826.2255.88
HexAC718A022142114f1a38
Octal25416121204224415173270
Binary1010110011100011000101001000101010010000110100111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC718A; }

 p { color: rgb(172,113,138); }

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

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

 a { background-color: rgb(172,113,138); }

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

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

 span { border-color: rgb(172,113,138); }

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