#AC7383

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

Shades of Tapestry #AC7383

Tints of Tapestry #AC7383

Color information

#AC7383 (or 0xAC7383) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 83. RGB value is (172,115,131). Sum of RGB (Red+Green+Blue) = 172+115+131=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7383 is #538C7C. Grayscale: #858585. Windows color (decimal): -5475453 or 8614828. OLE color: 8614828.

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

Color convert

RGB172115131-
CMYK00.330.240.33
HSL343.16º25.56%56.27%-
HSV(B)343.16º33.14%67.45%-
XYZ27.2422.6724.41-
YUV133.87126.38155.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=41.15%
G=27.51%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211513100.330.240.33343.1625.5656.27
HexAC738302118211571a38
Octal25416320304130415273270
Binary1010110011100111000001101000011100010000110101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7383; }

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

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

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

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

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

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

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

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