Html Css Color HEX #AC758C Tapestry

📋 copy color: '#AC758C'

red 172 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #AC758C

Tints of Tapestry #AC758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

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

R = 40.09%
G = 27.27%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC758C (or 0xAC758C) is known color: Tapestry. HEX triplet: AC, 75 and 8C. RGB value is (172,117,140). Sum of RGB (Red+Green+Blue) = 172+117+140=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758C is #538A73. Grayscale: #888888. Windows color (decimal): -5474932 or 9205164. OLE color: 9205164.

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

Color convert

RGB 172 117 140 -
CMYK 0 0.32 0.19 0.33
HSL 334.91º 0.25% 0.57% -
HSV(B) 334.91º 0.32% 0.67% -
XYZ 28.11 23.39 27.84 -
YUV 136.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 172 117 140 0 0.32 0.19 0.33 334.91 0.25 0.57
Hex AC 75 8C 0 20 13 21 14F 19 39
Octal 254 165 214 0 40 23 41 517 31 71
Binary 10101100 1110101 10001100 0 100000 10011 100001 101001111 11001 111001

Color Harmonies of #AC758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC758C

Black with #AC758C

Text Example


Text Example

White with #AC758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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