#AE6A8D

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

Shades of Tapestry #AE6A8D

Tints of Tapestry #AE6A8D

Color information

#AE6A8D (or 0xAE6A8D) is unknown color: approx Tapestry. HEX triplet: AE, 6A and 8D. RGB value is (174,106,141). Sum of RGB (Red+Green+Blue) = 174+106+141=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6A8D is #519572. Grayscale: #828282. Windows color (decimal): -5346675 or 9267886. OLE color: 9267886.

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

Color convert

RGB174106141-
CMYK00.390.190.32
HSL329.12º29.57%54.9%-
HSV(B)329.12º39.08%68.24%-
XYZ27.4221.2327.85-
YUV130.32134.03159.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=41.33%
G=25.18%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410614100.390.190.32329.1229.5754.9
HexAE6A8D02713201491e37
Octal25615221504723405113667
Binary1010111011010101000110101001111001110000010100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A8D; }

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

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

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

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

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

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

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

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