#AE7E8A

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

Shades of Tapestry #AE7E8A

Tints of Tapestry #AE7E8A

Color information

#AE7E8A (or 0xAE7E8A) is unknown color: approx Tapestry. HEX triplet: AE, 7E and 8A. RGB value is (174,126,138). Sum of RGB (Red+Green+Blue) = 174+126+138=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7E8A is #518175. Grayscale: #8D8D8D. Windows color (decimal): -5341558 or 9076398. OLE color: 9076398.

HSL color Cylindrical-coordinate representation of color #AE7E8A: hue angle of 345º 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 #AE7E8A is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174126138-
CMYK00.280.210.32
HSL345º22.86%58.82%-
HSV(B)345º27.59%68.24%-
XYZ29.525.7627.46-
YUV141.72125.9151.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=39.73%
G=28.77%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412613800.280.210.3234522.8658.82
HexAE7E8A01C1520159173b
Octal25617621203425405312773
Binary101011101111110100010100111001010110000010101100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E8A; }

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

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

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

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

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

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

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

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