#AC8490

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

Shades of Tapestry #AC8490

Tints of Tapestry #AC8490

Color information

#AC8490 (or 0xAC8490) is unknown color: approx Tapestry. HEX triplet: AC, 84 and 90. RGB value is (172,132,144). Sum of RGB (Red+Green+Blue) = 172+132+144=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8490 is #537B6F. Grayscale: #919191. Windows color (decimal): -5471088 or 9471148. OLE color: 9471148.

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

Color convert

RGB172132144-
CMYK00.230.160.33
HSL342º19.42%59.61%-
HSV(B)342º23.26%67.45%-
XYZ30.327.2930.06-
YUV145.33127.25147.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=38.39%
G=29.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213214400.230.160.3334219.4259.61
HexAC84900171021156133c
Octal25420422002720415262374
Binary1010110010000100100100000101111000010000110101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8490; }

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

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

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

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

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

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

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

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