#AE667E

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

Shades of Tapestry #AE667E

Tints of Tapestry #AE667E

Color information

#AE667E (or 0xAE667E) is unknown color: approx Tapestry. HEX triplet: AE, 66 and 7E. RGB value is (174,102,126). Sum of RGB (Red+Green+Blue) = 174+102+126=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE667E is #519981. Grayscale: #7E7E7E. Windows color (decimal): -5347714 or 8283822. OLE color: 8283822.

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

Color convert

RGB174102126-
CMYK00.410.280.32
HSL340º30.77%54.12%-
HSV(B)340º41.38%68.24%-
XYZ25.9720.0122.23-
YUV126.26127.85162.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=43.28%
G=25.37%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410212600.410.280.3234030.7754.12
HexAE667E0291C201541f36
Octal25614617605134405243766
Binary101011101100110111111001010011110010000010101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE667E; }

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

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

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

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

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

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

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

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