#AE6681

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

Shades of Tapestry #AE6681

Tints of Tapestry #AE6681

Color information

#AE6681 (or 0xAE6681) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 81. RGB value is (174,102,129). Sum of RGB (Red+Green+Blue) = 174+102+129=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6681 is #51997E. Grayscale: #7E7E7E. Windows color (decimal): -5347711 or 8480430. OLE color: 8480430.

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

Color convert

RGB174102129-
CMYK00.410.260.32
HSL337.5º30.77%54.12%-
HSV(B)337.5º41.38%68.24%-
XYZ26.1720.0923.27-
YUV126.61129.35161.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=42.96%
G=25.19%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410212900.410.260.32337.530.7754.12
HexAE66810291A201521f36
Octal25614620105132405223766
Binary1010111011001101000000101010011101010000010101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6681; }

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

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

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

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

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

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

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

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