#AE6682

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

Shades of Tapestry #AE6682

Tints of Tapestry #AE6682

Color information

#AE6682 (or 0xAE6682) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 82. RGB value is (174,102,130). Sum of RGB (Red+Green+Blue) = 174+102+130=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6682 is #51997D. Grayscale: #7E7E7E. Windows color (decimal): -5347710 or 8545966. OLE color: 8545966.

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

Color convert

RGB174102130-
CMYK00.410.250.32
HSL336.67º30.77%54.12%-
HSV(B)336.67º41.38%68.24%-
XYZ26.2420.1123.62-
YUV126.72129.85161.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=42.86%
G=25.12%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410213000.410.250.32336.6730.7754.12
HexAE668202919201511f36
Octal25614620205131405213766
Binary1010111011001101000001001010011100110000010101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6682; }

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

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

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

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

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

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

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

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