Html Css Color HEX #AC7E8C Tapestry

📋 copy color: '#AC7E8C'

red 172 ◦ green 126 ◦ blue 140

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

Shades of Tapestry #AC7E8C

Tints of Tapestry #AC7E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

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

R = 39.27%
G = 28.77%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC7E8C (or 0xAC7E8C) is known color: Tapestry. HEX triplet: AC, 7E and 8C. RGB value is (172,126,140). Sum of RGB (Red+Green+Blue) = 172+126+140=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E8C is #538173. Grayscale: #8D8D8D. Windows color (decimal): -5472628 or 9207468. OLE color: 9207468.

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

Color convert

RGB 172 126 140 -
CMYK 0 0.27 0.19 0.33
HSL 341.74º 0.22% 0.58% -
HSV(B) 341.74º 0.27% 0.67% -
XYZ 29.21 25.59 28.21 -
YUV 141.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 172 126 140 0 0.27 0.19 0.33 341.74 0.22 0.58
Hex AC 7E 8C 0 1B 13 21 156 16 3A
Octal 254 176 214 0 33 23 41 526 26 72
Binary 10101100 1111110 10001100 0 11011 10011 100001 101010110 10110 111010

Color Harmonies of #AC7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E8C

Black with #AC7E8C

Text Example


Text Example

White with #AC7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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