#AC738F

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

Shades of Tapestry #AC738F

Tints of Tapestry #AC738F

Color information

#AC738F (or 0xAC738F) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 8F. RGB value is (172,115,143). Sum of RGB (Red+Green+Blue) = 172+115+143=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC738F is #538C70. Grayscale: #878787. Windows color (decimal): -5475441 or 9401260. OLE color: 9401260.

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

Color convert

RGB172115143-
CMYK00.330.170.33
HSL330.53º25.56%56.27%-
HSV(B)330.53º33.14%67.45%-
XYZ28.123.0228.95-
YUV135.23132.38154.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=40%
G=26.74%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211514300.330.170.33330.5325.5656.27
HexAC738F021112114b1a38
Octal25416321704121415133270
Binary1010110011100111000111101000011000110000110100101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC738F; }

 p { color: rgb(172,115,143); }

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

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

 a { background-color: rgb(172,115,143); }

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

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

 span { border-color: rgb(172,115,143); }

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