#AA778B

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

Shades of Tapestry #AA778B

Tints of Tapestry #AA778B

Color information

#AA778B (or 0xAA778B) is unknown color: approx Tapestry. HEX triplet: AA, 77 and 8B. RGB value is (170,119,139). Sum of RGB (Red+Green+Blue) = 170+119+139=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778B is #558874. Grayscale: #888888. Windows color (decimal): -5605493 or 9140138. OLE color: 9140138.

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

Color convert

RGB170119139-
CMYK00.30.180.33
HSL336.47º23.08%56.67%-
HSV(B)336.47º30%66.67%-
XYZ27.8323.627.52-
YUV136.53129.4151.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=39.72%
G=27.80%
B=32.48%

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
Decimal17011913900.30.180.33336.4723.0856.67
HexAA778B01E12211501739
Octal25216721303622415202771
Binary101010101110111100010110111101001010000110101000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA778B; }

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

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

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

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

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

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

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

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