#AA748E

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

Shades of Tapestry #AA748E

Tints of Tapestry #AA748E

Color information

#AA748E (or 0xAA748E) is unknown color: approx Tapestry. HEX triplet: AA, 74 and 8E. RGB value is (170,116,142). Sum of RGB (Red+Green+Blue) = 170+116+142=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA748E is #558B71. Grayscale: #878787. Windows color (decimal): -5606258 or 9335978. OLE color: 9335978.

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

Color convert

RGB170116142-
CMYK00.320.160.33
HSL331.11º24.11%56.08%-
HSV(B)331.11º31.76%66.67%-
XYZ27.7122.9928.57-
YUV135.11131.89152.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=39.72%
G=27.10%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011614200.320.160.33331.1124.1156.08
HexAA748E020102114b1838
Octal25216421604020415133070
Binary1010101011101001000111001000001000010000110100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA748E; }

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

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

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

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

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

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

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

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