Html Css Color HEX #AC718B Tapestry

📋 copy color: '#AC718B'

red 172 ◦ green 113 ◦ blue 139

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

Shades of Tapestry #AC718B

Tints of Tapestry #AC718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 40.57%
G = 26.65%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC718B (or 0xAC718B) is known color: Tapestry. HEX triplet: AC, 71 and 8B. RGB value is (172,113,139). Sum of RGB (Red+Green+Blue) = 172+113+139=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718B is #538E74. Grayscale: #858585. Windows color (decimal): -5475957 or 9138604. OLE color: 9138604.

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

Color convert

RGB 172 113 139 -
CMYK 0 0.34 0.19 0.33
HSL 333.56º 0.26% 0.56% -
HSV(B) 333.56º 0.34% 0.67% -
XYZ 27.58 22.44 27.3 -
YUV 133.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 172 113 139 0 0.34 0.19 0.33 333.56 0.26 0.56
Hex AC 71 8B 0 22 13 21 14E 1A 38
Octal 254 161 213 0 42 23 41 516 32 70
Binary 10101100 1110001 10001011 0 100010 10011 100001 101001110 11010 111000

Color Harmonies of #AC718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC718B

Black with #AC718B

Text Example


Text Example

White with #AC718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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