#AA7E84

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

Shades of Tapestry #AA7E84

Tints of Tapestry #AA7E84

Color information

#AA7E84 (or 0xAA7E84) is unknown color: approx Tapestry. HEX triplet: AA, 7E and 84. RGB value is (170,126,132). Sum of RGB (Red+Green+Blue) = 170+126+132=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E84 is #55817B. Grayscale: #8B8B8B. Windows color (decimal): -5603708 or 8683178. OLE color: 8683178.

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

Color convert

RGB170126132-
CMYK00.260.220.33
HSL351.82º20.56%58.04%-
HSV(B)351.82º25.88%66.67%-
XYZ28.225.1325.19-
YUV139.84123.58149.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=39.72%
G=29.44%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012613200.260.220.33351.8220.5658.04
HexAA7E8401A1621160153a
Octal25217620403226415402572
Binary101010101111110100001000110101011010000110110000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E84; }

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

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

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

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

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

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

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

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