Html Css Color HEX #AC728D Tapestry

📋 copy color: '#AC728D'

red 172 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #AC728D

Tints of Tapestry #AC728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 40.28%
G = 26.7%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC728D (or 0xAC728D) is known color: Tapestry. HEX triplet: AC, 72 and 8D. RGB value is (172,114,141). Sum of RGB (Red+Green+Blue) = 172+114+141=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC728D is #538D72. Grayscale: #868686. Windows color (decimal): -5475699 or 9269932. OLE color: 9269932.

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

Color convert

RGB 172 114 141 -
CMYK 0 0.34 0.18 0.33
HSL 332.07º 0.26% 0.56% -
HSV(B) 332.07º 0.34% 0.67% -
XYZ 27.84 22.73 28.12 -
YUV 134.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 172 114 141 0 0.34 0.18 0.33 332.07 0.26 0.56
Hex AC 72 8D 0 22 12 21 14C 1A 38
Octal 254 162 215 0 42 22 41 514 32 70
Binary 10101100 1110010 10001101 0 100010 10010 100001 101001100 11010 111000

Color Harmonies of #AC728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC728D

Black with #AC728D

Text Example


Text Example

White with #AC728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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