Html Css Color HEX #AC718E Tapestry

📋 copy color: '#AC718E'

red 172 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #AC718E

Tints of Tapestry #AC718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

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

R = 40.28%
G = 26.46%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC718E (or 0xAC718E) is known color: Tapestry. HEX triplet: AC, 71 and 8E. RGB value is (172,113,142). Sum of RGB (Red+Green+Blue) = 172+113+142=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718E is #538E71. Grayscale: #858585. Windows color (decimal): -5475954 or 9335212. OLE color: 9335212.

HSL color Cylindrical-coordinate representation of color #AC718E: hue angle of 330.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC718E is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 113 142 -
CMYK 0 0.34 0.17 0.33
HSL 330.51º 0.26% 0.56% -
HSV(B) 330.51º 0.34% 0.67% -
XYZ 27.8 22.53 28.48 -
YUV 133.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 172 113 142 0 0.34 0.17 0.33 330.51 0.26 0.56
Hex AC 71 8E 0 22 11 21 14B 1A 38
Octal 254 161 216 0 42 21 41 513 32 70
Binary 10101100 1110001 10001110 0 100010 10001 100001 101001011 11010 111000

Color Harmonies of #AC718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC718E

Black with #AC718E

Text Example


Text Example

White with #AC718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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