#AA898D

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

Shades of Tapestry #AA898D

Tints of Tapestry #AA898D

Color information

#AA898D (or 0xAA898D) is unknown color: approx Tapestry. HEX triplet: AA, 89 and 8D. RGB value is (170,137,141). Sum of RGB (Red+Green+Blue) = 170+137+141=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA898D is #557672. Grayscale: #939393. Windows color (decimal): -5600883 or 9275818. OLE color: 9275818.

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

Color convert

RGB170137141-
CMYK00.190.170.33
HSL352.73º16.26%60.2%-
HSV(B)352.73º19.41%66.67%-
XYZ30.3328.3629.07-
YUV147.32124.43144.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=37.95%
G=30.58%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013714100.190.170.33352.7316.2660.2
HexAA898D0131121161103c
Octal25221121502321415412074
Binary1010101010001001100011010100111000110000110110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA898D; }

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

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

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

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

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

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

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

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