#AA898C

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

Shades of Tapestry #AA898C

Tints of Tapestry #AA898C

Color information

#AA898C (or 0xAA898C) is unknown color: approx Tapestry. HEX triplet: AA, 89 and 8C. RGB value is (170,137,140). Sum of RGB (Red+Green+Blue) = 170+137+140=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898C is #557673. Grayscale: #939393. Windows color (decimal): -5600884 or 9210282. OLE color: 9210282.

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

Color convert

RGB170137140-
CMYK00.190.180.33
HSL354.55º16.26%60.2%-
HSV(B)354.55º19.41%66.67%-
XYZ30.2628.3328.68-
YUV147.21123.93144.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=38.03%
G=30.65%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013714000.190.180.33354.5516.2660.2
HexAA898C0131221163103c
Octal25221121402322415432074
Binary1010101010001001100011000100111001010000110110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA898C; }

 p { color: rgb(170,137,140); }

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

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

 a { background-color: rgb(170,137,140); }

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

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

 span { border-color: rgb(170,137,140); }

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