#AA768D

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

Shades of Tapestry #AA768D

Tints of Tapestry #AA768D

Color information

#AA768D (or 0xAA768D) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 8D. RGB value is (170,118,141). Sum of RGB (Red+Green+Blue) = 170+118+141=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768D is #558972. Grayscale: #888888. Windows color (decimal): -5605747 or 9270954. OLE color: 9270954.

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

Color convert

RGB170118141-
CMYK00.310.170.33
HSL333.46º23.42%56.47%-
HSV(B)333.46º30.59%66.67%-
XYZ27.8623.4328.25-
YUV136.17130.73152.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=39.63%
G=27.51%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011814100.310.170.33333.4623.4256.47
HexAA768D01F112114d1738
Octal25216621503721415152770
Binary101010101110110100011010111111000110000110100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA768D; }

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

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

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

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

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

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

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

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