#AE6A7E

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

Shades of Tapestry #AE6A7E

Tints of Tapestry #AE6A7E

Color information

#AE6A7E (or 0xAE6A7E) is unknown color: approx Tapestry. HEX triplet: AE, 6A and 7E. RGB value is (174,106,126). Sum of RGB (Red+Green+Blue) = 174+106+126=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A7E is #519581. Grayscale: #808080. Windows color (decimal): -5346690 or 8284846. OLE color: 8284846.

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

Color convert

RGB174106126-
CMYK00.390.280.32
HSL342.35º29.57%54.9%-
HSV(B)342.35º39.08%68.24%-
XYZ26.3820.8122.37-
YUV128.61126.53160.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=42.86%
G=26.11%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410612600.390.280.32342.3529.5754.9
HexAE6A7E0271C201561e37
Octal25615217604734405263667
Binary101011101101010111111001001111110010000010101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A7E; }

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

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

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

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

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

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

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

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