#AC747F

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

Shades of Tapestry #AC747F

Tints of Tapestry #AC747F

Color information

#AC747F (or 0xAC747F) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 7F. RGB value is (172,116,127). Sum of RGB (Red+Green+Blue) = 172+116+127=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC747F is #538B80. Grayscale: #868686. Windows color (decimal): -5475201 or 8352940. OLE color: 8352940.

HSL color Cylindrical-coordinate representation of color #AC747F: hue angle of 348.21º degrees, saturation: 0.25, 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 #AC747F is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172116127-
CMYK00.330.260.33
HSL348.21º25.23%56.47%-
HSV(B)348.21º32.56%67.45%-
XYZ27.0922.7923.05-
YUV134124.05155.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 127 (50% from 255) = 30.60%
R=41.45%
G=27.95%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211612700.330.260.33348.2125.2356.47
HexAC747F0211A2115c1938
Octal25416417704132415343170
Binary101011001110100111111101000011101010000110101110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC747F; }

 p { color: rgb(172,116,127); }

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

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

 a { background-color: rgb(172,116,127); }

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

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

 span { border-color: rgb(172,116,127); }

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