#AC768D

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

Shades of Tapestry #AC768D

Tints of Tapestry #AC768D

Color information

#AC768D (or 0xAC768D) is unknown color: approx Tapestry. HEX triplet: AC, 76 and 8D. RGB value is (172,118,141). Sum of RGB (Red+Green+Blue) = 172+118+141=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768D is #538972. Grayscale: #888888. Windows color (decimal): -5474675 or 9270956. OLE color: 9270956.

HSL color Cylindrical-coordinate representation of color #AC768D: hue angle of 334.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC768D is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172118141-
CMYK00.310.180.33
HSL334.44º24.55%56.86%-
HSV(B)334.44º31.4%67.45%-
XYZ28.323.6528.27-
YUV136.77130.39153.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=39.91%
G=27.38%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211814100.310.180.33334.4424.5556.86
HexAC768D01F122114e1939
Octal25416621503722415163171
Binary101011001110110100011010111111001010000110100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC768D; }

 p { color: rgb(172,118,141); }

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

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

 a { background-color: rgb(172,118,141); }

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

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

 span { border-color: rgb(172,118,141); }

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