Html Css Color HEX #AC848C Tapestry

📋 copy color: '#AC848C'

red 172 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #AC848C

Tints of Tapestry #AC848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.73%

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

R = 38.74%
G = 29.73%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC848C (or 0xAC848C) is known color: Tapestry. HEX triplet: AC, 84 and 8C. RGB value is (172,132,140). Sum of RGB (Red+Green+Blue) = 172+132+140=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC848C is #537B73. Grayscale: #909090. Windows color (decimal): -5471092 or 9209004. OLE color: 9209004.

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

Color convert

RGB 172 132 140 -
CMYK 0 0.23 0.19 0.33
HSL 348º 0.19% 0.6% -
HSV(B) 348º 0.23% 0.67% -
XYZ 30 27.17 28.47 -
YUV 144.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 172 132 140 0 0.23 0.19 0.33 348 0.19 0.6
Hex AC 84 8C 0 17 13 21 15C 13 3C
Octal 254 204 214 0 27 23 41 534 23 74
Binary 10101100 10000100 10001100 0 10111 10011 100001 101011100 10011 111100

Color Harmonies of #AC848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC848C

Black with #AC848C

Text Example


Text Example

White with #AC848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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