#AC7985

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

Shades of Tapestry #AC7985

Tints of Tapestry #AC7985

Color information

#AC7985 (or 0xAC7985) is unknown color: approx Tapestry. HEX triplet: AC, 79 and 85. RGB value is (172,121,133). Sum of RGB (Red+Green+Blue) = 172+121+133=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7985 is #53867A. Grayscale: #898989. Windows color (decimal): -5473915 or 8747436. OLE color: 8747436.

HSL color Cylindrical-coordinate representation of color #AC7985: hue angle of 345.88º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7985 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172121133-
CMYK00.300.230.33
HSL345.88º23.5%57.45%-
HSV(B)345.88º29.65%67.45%-
XYZ28.0824.1425.37-
YUV137.62125.4152.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 121 (47.66% from 255) = 28.40%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=40.38%
G=28.40%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212113300.300.230.33345.8823.557.45
HexAC798501E172115a1839
Octal25417120503627415323071
Binary101011001111001100001010111101011110000110101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7985; }

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

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

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

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

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

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

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

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