#AA7E8D

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

Shades of Tapestry #AA7E8D

Tints of Tapestry #AA7E8D

Color information

#AA7E8D (or 0xAA7E8D) is unknown color: approx Tapestry. HEX triplet: AA, 7E and 8D. RGB value is (170,126,141). Sum of RGB (Red+Green+Blue) = 170+126+141=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E8D is #558172. Grayscale: #8C8C8C. Windows color (decimal): -5603699 or 9273002. OLE color: 9273002.

HSL color Cylindrical-coordinate representation of color #AA7E8D: hue angle of 339.55º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E8D is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB170126141-
CMYK00.260.170.33
HSL339.55º20.56%58.04%-
HSV(B)339.55º25.88%66.67%-
XYZ28.8525.3928.58-
YUV140.87128.08148.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=38.90%
G=28.83%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012614100.260.170.33339.5520.5658.04
HexAA7E8D01A1121154153a
Octal25217621503221415242572
Binary101010101111110100011010110101000110000110101010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E8D; }

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

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

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

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

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

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

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

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