#AE5F7E

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

Shades of Tapestry #AE5F7E

Tints of Tapestry #AE5F7E

Color information

#AE5F7E (or 0xAE5F7E) is unknown color: approx Tapestry. HEX triplet: AE, 5F and 7E. RGB value is (174,95,126). Sum of RGB (Red+Green+Blue) = 174+95+126=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5F7E is #51A081. Grayscale: #7A7A7A. Windows color (decimal): -5349506 or 8282030. OLE color: 8282030.

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

Color convert

RGB17495126-
CMYK00.450.280.32
HSL336.46º32.78%52.75%-
HSV(B)336.46º45.4%68.24%-
XYZ25.3118.6922.01-
YUV122.16130.17164.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=44.05%
G=24.05%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749512600.450.280.32336.4632.7852.75
HexAE5F7E02D1C201502135
Octal25613717605534405204165
Binary1010111010111111111110010110111100100000101010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5F7E; }

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

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

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

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

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

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

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

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