#AA778D

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

Shades of Tapestry #AA778D

Tints of Tapestry #AA778D

Color information

#AA778D (or 0xAA778D) is unknown color: approx Tapestry. HEX triplet: AA, 77 and 8D. RGB value is (170,119,141). Sum of RGB (Red+Green+Blue) = 170+119+141=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778D is #558872. Grayscale: #888888. Windows color (decimal): -5605491 or 9271210. OLE color: 9271210.

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

Color convert

RGB170119141-
CMYK00.30.170.33
HSL334.12º23.08%56.67%-
HSV(B)334.12º30%66.67%-
XYZ27.9823.6628.29-
YUV136.76130.4151.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=39.53%
G=27.67%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011914100.30.170.33334.1223.0856.67
HexAA778D01E112114e1739
Octal25216721503621415162771
Binary101010101110111100011010111101000110000110100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA778D; }

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

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

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

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

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

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

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

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