#AC8690

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

Shades of Tapestry #AC8690

Tints of Tapestry #AC8690

Color information

#AC8690 (or 0xAC8690) is unknown color: approx Tapestry. HEX triplet: AC, 86 and 90. RGB value is (172,134,144). Sum of RGB (Red+Green+Blue) = 172+134+144=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8690 is #53796F. Grayscale: #929292. Windows color (decimal): -5470576 or 9471660. OLE color: 9471660.

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

Color convert

RGB172134144-
CMYK00.220.160.33
HSL344.21º18.63%60%-
HSV(B)344.21º22.09%67.45%-
XYZ30.5727.8330.15-
YUV146.5126.59146.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 144 (56.64% from 255) = 32%
R=38.22%
G=29.78%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213414400.220.160.33344.2118.6360
HexAC86900161021158133c
Octal25420622002620415302374
Binary1010110010000110100100000101101000010000110101100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8690; }

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

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

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

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

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

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

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

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