Html Css Color HEX #AC728C Tapestry

📋 copy color: '#AC728C'

red 172 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #AC728C

Tints of Tapestry #AC728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

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

R = 40.38%
G = 26.76%
B = 32.86%

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

#AC728C (or 0xAC728C) is known color: Tapestry. HEX triplet: AC, 72 and 8C. RGB value is (172,114,140). Sum of RGB (Red+Green+Blue) = 172+114+140=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC728C is #538D73. Grayscale: #868686. Windows color (decimal): -5475700 or 9204396. OLE color: 9204396.

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

Color convert

RGB 172 114 140 -
CMYK 0 0.34 0.19 0.33
HSL 333.1º 0.26% 0.56% -
HSV(B) 333.1º 0.34% 0.67% -
XYZ 27.76 22.7 27.73 -
YUV 134.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 172 114 140 0 0.34 0.19 0.33 333.1 0.26 0.56
Hex AC 72 8C 0 22 13 21 14D 1A 38
Octal 254 162 214 0 42 23 41 515 32 70
Binary 10101100 1110010 10001100 0 100010 10011 100001 101001101 11010 111000

Color Harmonies of #AC728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC728C

Black with #AC728C

Text Example


Text Example

White with #AC728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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