#ae3e5a

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

Shades of Hippie Pink #AE3E5A

Tints of Hippie Pink #AE3E5A

Color information

#AE3E5A (or 0xAE3E5A) is unknown color: approx Hippie Pink. HEX triplet: AE, 3E and 5A. RGB value is (174,62,90). Sum of RGB (Red+Green+Blue) = 174+62+90=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3E5A is #51C1A5. Grayscale: #626262. Windows color (decimal): -5357990 or 5914286. OLE color: 5914286.

HSL color Cylindrical-coordinate representation of color #AE3E5A: hue angle of 345º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3E5A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1746290-
CMYK00.640.480.32
HSL345º47.46%46.27%-
HSV(B)345º64.37%68.24%-
XYZ21.0213.1811.11-
YUV98.68123.11181.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=53.37%
G=19.02%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174629000.640.480.3234547.4646.27
HexAE3E5A04030201592f2e
Octal25676132010060405315756
Binary10101110111110101101001000000110000100000101011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae3e5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae3e5a; }

 p { color: rgb(174,62,90); }

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

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

 a { background-color: rgb(174,62,90); }

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

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

 span { border-color: rgb(174,62,90); }

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