#AC8891

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

Shades of Tapestry #AC8891

Tints of Tapestry #AC8891

Color information

#AC8891 (or 0xAC8891) is unknown color: approx Tapestry. HEX triplet: AC, 88 and 91. RGB value is (172,136,145). Sum of RGB (Red+Green+Blue) = 172+136+145=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8891 is #53776E. Grayscale: #939393. Windows color (decimal): -5470063 or 9537708. OLE color: 9537708.

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

Color convert

RGB172136145-
CMYK00.210.160.33
HSL345º17.82%60.39%-
HSV(B)345º20.93%67.45%-
XYZ30.9328.4230.64-
YUV147.79126.43145.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=37.97%
G=30.02%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213614500.210.160.3334517.8260.39
HexAC88910151021159123c
Octal25421022102520415312274
Binary1010110010001000100100010101011000010000110101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8891; }

 p { color: rgb(172,136,145); }

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

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

 a { background-color: rgb(172,136,145); }

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

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

 span { border-color: rgb(172,136,145); }

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