#AA7988

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

Shades of Tapestry #AA7988

Tints of Tapestry #AA7988

Color information

#AA7988 (or 0xAA7988) is unknown color: approx Tapestry. HEX triplet: AA, 79 and 88. RGB value is (170,121,136). Sum of RGB (Red+Green+Blue) = 170+121+136=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7988 is #558677. Grayscale: #898989. Windows color (decimal): -5604984 or 8944042. OLE color: 8944042.

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

Color convert

RGB170121136-
CMYK00.290.200.33
HSL341.63º22.37%57.06%-
HSV(B)341.63º28.82%66.67%-
XYZ27.862426.46-
YUV137.36127.23151.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=39.81%
G=28.34%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012113600.290.200.33341.6322.3757.06
HexAA798801D14211561639
Octal25217121003524415262671
Binary101010101111001100010000111011010010000110101011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7988; }

 p { color: rgb(170,121,136); }

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

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

 a { background-color: rgb(170,121,136); }

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

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

 span { border-color: rgb(170,121,136); }

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