#AA7A89

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

Shades of Tapestry #AA7A89

Tints of Tapestry #AA7A89

Color information

#AA7A89 (or 0xAA7A89) is unknown color: approx Tapestry. HEX triplet: AA, 7A and 89. RGB value is (170,122,137). Sum of RGB (Red+Green+Blue) = 170+122+137=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A89 is #558576. Grayscale: #8A8A8A. Windows color (decimal): -5604727 or 9009834. OLE color: 9009834.

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

Color convert

RGB170122137-
CMYK00.280.190.33
HSL341.25º22.02%57.25%-
HSV(B)341.25º28.24%66.67%-
XYZ28.0524.2726.87-
YUV138.06127.4150.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=39.63%
G=28.44%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012213700.280.190.33341.2522.0257.25
HexAA7A8901C13211551639
Octal25217221103423415252671
Binary101010101111010100010010111001001110000110101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A89; }

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

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

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

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

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

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

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

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