#AC728A

Color #AC728A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AC728A

Tints of Tapestry #AC728A

Color information

#AC728A (or 0xAC728A) is unknown color: approx Tapestry. HEX triplet: AC, 72 and 8A. RGB value is (172,114,138). Sum of RGB (Red+Green+Blue) = 172+114+138=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC728A is #538D75. Grayscale: #868686. Windows color (decimal): -5475702 or 9073324. OLE color: 9073324.

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

Color convert

RGB172114138-
CMYK00.340.200.33
HSL335.17º25.89%56.08%-
HSV(B)335.17º33.72%67.45%-
XYZ27.6222.6426.96-
YUV134.08130.22155.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=40.57%
G=26.89%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211413800.340.200.33335.1725.8956.08
HexAC728A022142114f1a38
Octal25416221204224415173270
Binary1010110011100101000101001000101010010000110100111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC728A; }

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

 H1.HeaderClassName
 {
   color: #AC728A;
 }
 .AnyTagClassName
 {
   color: #AC728A;
 }
</style>
background-color css

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

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

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

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

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

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