#AC788B

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

Shades of Tapestry #AC788B

Tints of Tapestry #AC788B

Color information

#AC788B (or 0xAC788B) is unknown color: approx Tapestry. HEX triplet: AC, 78 and 8B. RGB value is (172,120,139). Sum of RGB (Red+Green+Blue) = 172+120+139=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC788B is #538774. Grayscale: #898989. Windows color (decimal): -5474165 or 9140396. OLE color: 9140396.

HSL color Cylindrical-coordinate representation of color #AC788B: hue angle of 338.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC788B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172120139-
CMYK00.300.190.33
HSL338.08º23.85%57.25%-
HSV(B)338.08º30.23%67.45%-
XYZ28.3924.0727.58-
YUV137.71128.73152.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=39.91%
G=27.84%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212013900.300.190.33338.0823.8557.25
HexAC788B01E13211521839
Octal25417021303623415223071
Binary101011001111000100010110111101001110000110101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC788B; }

 p { color: rgb(172,120,139); }

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

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

 a { background-color: rgb(172,120,139); }

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

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

 span { border-color: rgb(172,120,139); }

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