#AC8390

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

Shades of Tapestry #AC8390

Tints of Tapestry #AC8390

Color information

#AC8390 (or 0xAC8390) is unknown color: approx Tapestry. HEX triplet: AC, 83 and 90. RGB value is (172,131,144). Sum of RGB (Red+Green+Blue) = 172+131+144=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8390 is #537C6F. Grayscale: #909090. Windows color (decimal): -5471344 or 9470892. OLE color: 9470892.

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

Color convert

RGB172131144-
CMYK00.240.160.33
HSL340.98º19.81%59.41%-
HSV(B)340.98º23.84%67.45%-
XYZ30.1627.0230.01-
YUV144.74127.58147.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=38.48%
G=29.31%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213114400.240.160.33340.9819.8159.41
HexAC83900181021155143b
Octal25420322003020415252473
Binary1010110010000011100100000110001000010000110101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8390; }

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

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

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

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

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

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

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

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