#AC7381

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

Shades of Tapestry #AC7381

Tints of Tapestry #AC7381

Color information

#AC7381 (or 0xAC7381) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 81. RGB value is (172,115,129). Sum of RGB (Red+Green+Blue) = 172+115+129=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7381 is #538C7E. Grayscale: #858585. Windows color (decimal): -5475455 or 8483756. OLE color: 8483756.

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

Color convert

RGB172115129-
CMYK00.330.250.33
HSL345.26º25.56%56.27%-
HSV(B)345.26º33.14%67.45%-
XYZ27.1122.6223.71-
YUV133.64125.38155.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=41.35%
G=27.64%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211512900.330.250.33345.2625.5656.27
HexAC738102119211591a38
Octal25416320104131415313270
Binary1010110011100111000000101000011100110000110101100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7381; }

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

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

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

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

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

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

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

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