#AA788E

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

Shades of Tapestry #AA788E

Tints of Tapestry #AA788E

Color information

#AA788E (or 0xAA788E) is unknown color: approx Tapestry. HEX triplet: AA, 78 and 8E. RGB value is (170,120,142). Sum of RGB (Red+Green+Blue) = 170+120+142=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA788E is #558771. Grayscale: #898989. Windows color (decimal): -5605234 or 9337002. OLE color: 9337002.

HSL color Cylindrical-coordinate representation of color #AA788E: hue angle of 333.6º degrees, saturation: 0.23, 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 #AA788E is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170120142-
CMYK00.290.160.33
HSL333.6º22.73%56.86%-
HSV(B)333.6º29.41%66.67%-
XYZ28.1823.9328.73-
YUV137.46130.56151.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=39.35%
G=27.78%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012014200.290.160.33333.622.7356.86
HexAA788E01D102114e1739
Octal25217021603520415162771
Binary101010101111000100011100111011000010000110100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA788E; }

 p { color: rgb(170,120,142); }

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

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

 a { background-color: rgb(170,120,142); }

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

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

 span { border-color: rgb(170,120,142); }

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