#AC788A

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

Shades of Tapestry #AC788A

Tints of Tapestry #AC788A

Color information

#AC788A (or 0xAC788A) is unknown color: approx Tapestry. HEX triplet: AC, 78 and 8A. RGB value is (172,120,138). Sum of RGB (Red+Green+Blue) = 172+120+138=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC788A is #538775. Grayscale: #898989. Windows color (decimal): -5474166 or 9074860. OLE color: 9074860.

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

Color convert

RGB172120138-
CMYK00.300.200.33
HSL339.23º23.85%57.25%-
HSV(B)339.23º30.23%67.45%-
XYZ28.3224.0427.19-
YUV137.6128.23152.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=40%
G=27.91%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212013800.300.200.33339.2323.8557.25
HexAC788A01E14211531839
Octal25417021203624415233071
Binary101011001111000100010100111101010010000110101001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC788A; }

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

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

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

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

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

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

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

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