#AC768F

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

Shades of Tapestry #AC768F

Tints of Tapestry #AC768F

Color information

#AC768F (or 0xAC768F) is unknown color: approx Tapestry. HEX triplet: AC, 76 and 8F. RGB value is (172,118,143). Sum of RGB (Red+Green+Blue) = 172+118+143=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768F is #538970. Grayscale: #888888. Windows color (decimal): -5474673 or 9402028. OLE color: 9402028.

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

Color convert

RGB172118143-
CMYK00.310.170.33
HSL332.22º24.55%56.86%-
HSV(B)332.22º31.4%67.45%-
XYZ28.4523.7129.06-
YUV137131.39152.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=39.72%
G=27.25%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211814300.310.170.33332.2224.5556.86
HexAC768F01F112114c1939
Octal25416621703721415143171
Binary101011001110110100011110111111000110000110100110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC768F; }

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

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

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

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

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

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

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

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