#AA898A

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

Shades of Tapestry #AA898A

Tints of Tapestry #AA898A

Color information

#AA898A (or 0xAA898A) is unknown color: approx Tapestry. HEX triplet: AA, 89 and 8A. RGB value is (170,137,138). Sum of RGB (Red+Green+Blue) = 170+137+138=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898A is #557675. Grayscale: #939393. Windows color (decimal): -5600886 or 9079210. OLE color: 9079210.

HSL color Cylindrical-coordinate representation of color #AA898A: hue angle of 358.18º 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 #AA898A is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170137138-
CMYK00.190.190.33
HSL358.18º16.26%60.2%-
HSV(B)358.18º19.41%66.67%-
XYZ30.1128.2727.91-
YUV146.98122.93144.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=38.20%
G=30.79%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013713800.190.190.33358.1816.2660.2
HexAA898A0131321166103c
Octal25221121202323415462074
Binary1010101010001001100010100100111001110000110110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA898A; }

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

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

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

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

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

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

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

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