#AA778A

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

Shades of Tapestry #AA778A

Tints of Tapestry #AA778A

Color information

#AA778A (or 0xAA778A) is unknown color: approx Tapestry. HEX triplet: AA, 77 and 8A. RGB value is (170,119,138). Sum of RGB (Red+Green+Blue) = 170+119+138=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778A is #558875. Grayscale: #888888. Windows color (decimal): -5605494 or 9074602. OLE color: 9074602.

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

Color convert

RGB170119138-
CMYK00.30.190.33
HSL337.65º23.08%56.67%-
HSV(B)337.65º30%66.67%-
XYZ27.7623.5727.13-
YUV136.42128.9151.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=39.81%
G=27.87%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011913800.30.190.33337.6523.0856.67
HexAA778A01E13211521739
Octal25216721203623415222771
Binary101010101110111100010100111101001110000110101001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA778A; }

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

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

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

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

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

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

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

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