#AA778C

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

Shades of Tapestry #AA778C

Tints of Tapestry #AA778C

Color information

#AA778C (or 0xAA778C) is unknown color: approx Tapestry. HEX triplet: AA, 77 and 8C. RGB value is (170,119,140). Sum of RGB (Red+Green+Blue) = 170+119+140=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778C is #558873. Grayscale: #888888. Windows color (decimal): -5605492 or 9205674. OLE color: 9205674.

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

Color convert

RGB170119140-
CMYK00.30.180.33
HSL335.29º23.08%56.67%-
HSV(B)335.29º30%66.67%-
XYZ27.9123.6327.9-
YUV136.64129.9151.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=39.63%
G=27.74%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011914000.30.180.33335.2923.0856.67
HexAA778C01E122114f1739
Octal25216721403622415172771
Binary101010101110111100011000111101001010000110100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA778C; }

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

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

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

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

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

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

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

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