#AE668A

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

Shades of Tapestry #AE668A

Tints of Tapestry #AE668A

Color information

#AE668A (or 0xAE668A) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 8A. RGB value is (174,102,138). Sum of RGB (Red+Green+Blue) = 174+102+138=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE668A is #519975. Grayscale: #7F7F7F. Windows color (decimal): -5347702 or 9070254. OLE color: 9070254.

HSL color Cylindrical-coordinate representation of color #AE668A: hue angle of 330º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE668A is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB174102138-
CMYK00.410.210.32
HSL330º30.77%54.12%-
HSV(B)330º41.38%68.24%-
XYZ26.7920.3426.56-
YUV127.63133.85161.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=42.03%
G=24.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410213800.410.210.3233030.7754.12
HexAE668A029152014a1f36
Octal25614621205125405123766
Binary1010111011001101000101001010011010110000010100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE668A; }

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

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

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

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

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

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

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

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