#AE5F7A

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

Shades of Tapestry #AE5F7A

Tints of Tapestry #AE5F7A

Color information

#AE5F7A (or 0xAE5F7A) is unknown color: approx Tapestry. HEX triplet: AE, 5F and 7A. RGB value is (174,95,122). Sum of RGB (Red+Green+Blue) = 174+95+122=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5F7A is #51A085. Grayscale: #797979. Windows color (decimal): -5349510 or 8019886. OLE color: 8019886.

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

Color convert

RGB17495122-
CMYK00.450.300.32
HSL339.49º32.78%52.75%-
HSV(B)339.49º45.4%68.24%-
XYZ25.0618.5920.68-
YUV121.7128.17165.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=44.50%
G=24.30%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749512200.450.300.32339.4932.7852.75
HexAE5F7A02D1E201532135
Octal25613717205536405234165
Binary1010111010111111111010010110111110100000101010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F7A; }

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

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

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

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

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

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

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

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