#AC7084

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

Shades of Tapestry #AC7084

Tints of Tapestry #AC7084

Color information

#AC7084 (or 0xAC7084) is unknown color: approx Tapestry. HEX triplet: AC, 70 and 84. RGB value is (172,112,132). Sum of RGB (Red+Green+Blue) = 172+112+132=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7084 is #538F7B. Grayscale: #848484. Windows color (decimal): -5476220 or 8679596. OLE color: 8679596.

HSL color Cylindrical-coordinate representation of color #AC7084: hue angle of 340º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7084 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172112132-
CMYK00.350.230.33
HSL340º26.55%55.69%-
HSV(B)340º34.88%67.45%-
XYZ26.9722.0224.66-
YUV132.22127.88156.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=41.35%
G=26.92%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211213200.350.230.3334026.5555.69
HexAC708402317211541b38
Octal25416020404327415243370
Binary1010110011100001000010001000111011110000110101010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7084; }

 p { color: rgb(172,112,132); }

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

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

 a { background-color: rgb(172,112,132); }

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

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

 span { border-color: rgb(172,112,132); }

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