#AE7E84

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

Shades of Tapestry #AE7E84

Tints of Tapestry #AE7E84

Color information

#AE7E84 (or 0xAE7E84) is unknown color: approx Tapestry. HEX triplet: AE, 7E and 84. RGB value is (174,126,132). Sum of RGB (Red+Green+Blue) = 174+126+132=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E84 is #51817B. Grayscale: #8D8D8D. Windows color (decimal): -5341564 or 8683182. OLE color: 8683182.

HSL color Cylindrical-coordinate representation of color #AE7E84: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7E84 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB174126132-
CMYK00.280.240.32
HSL352.5º22.86%58.82%-
HSV(B)352.5º27.59%68.24%-
XYZ29.0825.5925.24-
YUV141.04122.9151.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=40.28%
G=29.17%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412613200.280.240.32352.522.8658.82
HexAE7E8401C1820160173b
Octal25617620403430405402773
Binary101011101111110100001000111001100010000010110000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E84; }

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

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

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

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

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

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

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

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