Html Css Color HEX #AC758E Tapestry

📋 copy color: '#AC758E'

red 172 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #AC758E

Tints of Tapestry #AC758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 39.91%
G = 27.15%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC758E (or 0xAC758E) is known color: Tapestry. HEX triplet: AC, 75 and 8E. RGB value is (172,117,142). Sum of RGB (Red+Green+Blue) = 172+117+142=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758E is #538A71. Grayscale: #888888. Windows color (decimal): -5474930 or 9336236. OLE color: 9336236.

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

Color convert

RGB 172 117 142 -
CMYK 0 0.32 0.17 0.33
HSL 332.73º 0.25% 0.57% -
HSV(B) 332.73º 0.32% 0.67% -
XYZ 28.26 23.45 28.63 -
YUV 136.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 172 117 142 0 0.32 0.17 0.33 332.73 0.25 0.57
Hex AC 75 8E 0 20 11 21 14D 19 39
Octal 254 165 216 0 40 21 41 515 31 71
Binary 10101100 1110101 10001110 0 100000 10001 100001 101001101 11001 111001

Color Harmonies of #AC758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC758E

Black with #AC758E

Text Example


Text Example

White with #AC758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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