#AC7481

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

Shades of Tapestry #AC7481

Tints of Tapestry #AC7481

Color information

#AC7481 (or 0xAC7481) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 81. RGB value is (172,116,129). Sum of RGB (Red+Green+Blue) = 172+116+129=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7481 is #538B7E. Grayscale: #868686. Windows color (decimal): -5475199 or 8484012. OLE color: 8484012.

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

Color convert

RGB172116129-
CMYK00.330.250.33
HSL346.07º25.23%56.47%-
HSV(B)346.07º32.56%67.45%-
XYZ27.2222.8523.74-
YUV134.23125.05154.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=41.25%
G=27.82%
B=30.94%

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
Decimal17211612900.330.250.33346.0725.2356.47
HexAC7481021192115a1938
Octal25416420104131415323170
Binary1010110011101001000000101000011100110000110101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7481; }

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

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

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

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

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

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

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

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