#AE647A

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

Shades of Tapestry #AE647A

Tints of Tapestry #AE647A

Color information

#AE647A (or 0xAE647A) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 7A. RGB value is (174,100,122). Sum of RGB (Red+Green+Blue) = 174+100+122=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE647A is #519B85. Grayscale: #7C7C7C. Windows color (decimal): -5348230 or 8021166. OLE color: 8021166.

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

Color convert

RGB174100122-
CMYK00.430.300.32
HSL342.16º31.36%53.73%-
HSV(B)342.16º42.53%68.24%-
XYZ25.5319.5220.83-
YUV124.63126.52163.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=43.94%
G=25.25%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410012200.430.300.32342.1631.3653.73
HexAE647A02B1E201561f36
Octal25614417205336405263766
Binary101011101100100111101001010111111010000010101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE647A; }

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

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

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

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

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

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

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

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