#AC7085

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

Shades of Tapestry #AC7085

Tints of Tapestry #AC7085

Color information

#AC7085 (or 0xAC7085) is unknown color: approx Tapestry. HEX triplet: AC, 70 and 85. RGB value is (172,112,133). Sum of RGB (Red+Green+Blue) = 172+112+133=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7085 is #538F7A. Grayscale: #848484. Windows color (decimal): -5476219 or 8745132. OLE color: 8745132.

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

Color convert

RGB172112133-
CMYK00.350.230.33
HSL339º26.55%55.69%-
HSV(B)339º34.88%67.45%-
XYZ27.0422.0525.02-
YUV132.33128.38156.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=41.25%
G=26.86%
B=31.89%

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
Decimal17211213300.350.230.3333926.5555.69
HexAC708502317211531b38
Octal25416020504327415233370
Binary1010110011100001000010101000111011110000110101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7085; }

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

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

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

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

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

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

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

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