#AA768E

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

Shades of Tapestry #AA768E

Tints of Tapestry #AA768E

Color information

#AA768E (or 0xAA768E) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 8E. RGB value is (170,118,142). Sum of RGB (Red+Green+Blue) = 170+118+142=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768E is #558971. Grayscale: #888888. Windows color (decimal): -5605746 or 9336490. OLE color: 9336490.

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

Color convert

RGB170118142-
CMYK00.310.160.33
HSL332.31º23.42%56.47%-
HSV(B)332.31º30.59%66.67%-
XYZ27.9423.4628.65-
YUV136.28131.23152.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=39.53%
G=27.44%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011814200.310.160.33332.3123.4256.47
HexAA768E01F102114c1738
Octal25216621603720415142770
Binary101010101110110100011100111111000010000110100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA768E; }

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

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

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

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

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

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

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

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