Html Css Color HEX #AC788C Tapestry

📋 copy color: '#AC788C'

red 172 ◦ green 120 ◦ blue 140

#AC788C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AC788C

Tints of Tapestry #AC788C

RGB

 RED value IS 172 (67.58% from 255) = 39.81%

 GREEN value IS 120 (47.27% from 255) = 27.78%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 39.81%
G = 27.78%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC788C (or 0xAC788C) is known color: Tapestry. HEX triplet: AC, 78 and 8C. RGB value is (172,120,140). Sum of RGB (Red+Green+Blue) = 172+120+140=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC788C is #538773. Grayscale: #898989. Windows color (decimal): -5474164 or 9205932. OLE color: 9205932.

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

Color convert

RGB 172 120 140 -
CMYK 0 0.30 0.19 0.33
HSL 336.92º 0.24% 0.57% -
HSV(B) 336.92º 0.3% 0.67% -
XYZ 28.46 24.1 27.96 -
YUV 137.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 172 120 140 0 0.30 0.19 0.33 336.92 0.24 0.57
Hex AC 78 8C 0 1E 13 21 151 18 39
Octal 254 170 214 0 36 23 41 521 30 71
Binary 10101100 1111000 10001100 0 11110 10011 100001 101010001 11000 111001

Color Harmonies of #AC788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC788C

Black with #AC788C

Text Example


Text Example

White with #AC788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC788C; }

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

 H1.HeaderClassName
 {
   color: #AC788C;
 }
 .AnyTagClassName
 {
   color: #AC788C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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