#AC898E

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

Shades of Tapestry #AC898E

Tints of Tapestry #AC898E

Color information

#AC898E (or 0xAC898E) is unknown color: approx Tapestry. HEX triplet: AC, 89 and 8E. RGB value is (172,137,142). Sum of RGB (Red+Green+Blue) = 172+137+142=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC898E is #537671. Grayscale: #949494. Windows color (decimal): -5469810 or 9341356. OLE color: 9341356.

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

Color convert

RGB172137142-
CMYK00.200.170.33
HSL351.43º17.41%60.59%-
HSV(B)351.43º20.35%67.45%-
XYZ30.8428.6129.49-
YUV148.03124.6145.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=38.14%
G=30.38%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213714200.200.170.33351.4317.4160.59
HexAC898E014112115f113d
Octal25421121602421415372175
Binary1010110010001001100011100101001000110000110101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC898E; }

 p { color: rgb(172,137,142); }

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

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

 a { background-color: rgb(172,137,142); }

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

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

 span { border-color: rgb(172,137,142); }

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