#AE657A

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

Shades of Tapestry #AE657A

Tints of Tapestry #AE657A

Color information

#AE657A (or 0xAE657A) is unknown color: approx Tapestry. HEX triplet: AE, 65 and 7A. RGB value is (174,101,122). Sum of RGB (Red+Green+Blue) = 174+101+122=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE657A is #519A85. Grayscale: #7D7D7D. Windows color (decimal): -5347974 or 8021422. OLE color: 8021422.

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

Color convert

RGB174101122-
CMYK00.420.300.32
HSL342.74º31.06%53.92%-
HSV(B)342.74º41.95%68.24%-
XYZ25.6219.7120.87-
YUV125.22126.18162.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=43.83%
G=25.44%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410112200.420.300.32342.7431.0653.92
HexAE657A02A1E201571f36
Octal25614517205236405273766
Binary101011101100101111101001010101111010000010101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE657A; }

 p { color: rgb(174,101,122); }

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

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

 a { background-color: rgb(174,101,122); }

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

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

 span { border-color: rgb(174,101,122); }

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