#AC7486

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

Shades of Tapestry #AC7486

Tints of Tapestry #AC7486

Color information

#AC7486 (or 0xAC7486) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 86. RGB value is (172,116,134). Sum of RGB (Red+Green+Blue) = 172+116+134=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7486 is #538B79. Grayscale: #868686. Windows color (decimal): -5475194 or 8811692. OLE color: 8811692.

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

Color convert

RGB172116134-
CMYK00.330.220.33
HSL340.71º25.23%56.47%-
HSV(B)340.71º32.56%67.45%-
XYZ27.5622.9825.54-
YUV134.8127.55154.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=40.76%
G=27.49%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211613400.330.220.33340.7125.2356.47
HexAC748602116211551938
Octal25416420604126415253170
Binary1010110011101001000011001000011011010000110101010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7486; }

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

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

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

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

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

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

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

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