#AA768C

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

Shades of Tapestry #AA768C

Tints of Tapestry #AA768C

Color information

#AA768C (or 0xAA768C) is unknown color: approx Tapestry. HEX triplet: AA, 76 and 8C. RGB value is (170,118,140). Sum of RGB (Red+Green+Blue) = 170+118+140=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768C is #558973. Grayscale: #888888. Windows color (decimal): -5605748 or 9205418. OLE color: 9205418.

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

Color convert

RGB170118140-
CMYK00.310.180.33
HSL334.62º23.42%56.47%-
HSV(B)334.62º30.59%66.67%-
XYZ27.7923.427.86-
YUV136.06130.23152.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=39.72%
G=27.57%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011814000.310.180.33334.6223.4256.47
HexAA768C01F122114f1738
Octal25216621403722415172770
Binary101010101110110100011000111111001010000110100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA768C; }

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

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

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

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

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

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

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

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