#AE405A

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

Shades of Hippie Pink #AE405A

Tints of Hippie Pink #AE405A

Color information

#AE405A (or 0xAE405A) is unknown color: approx Hippie Pink. HEX triplet: AE, 40 and 5A. RGB value is (174,64,90). Sum of RGB (Red+Green+Blue) = 174+64+90=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE405A is #51BFA5. Grayscale: #636363. Windows color (decimal): -5357478 or 5914798. OLE color: 5914798.

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

Color convert

RGB1746490-
CMYK00.630.480.32
HSL345.82º46.22%46.67%-
HSV(B)345.82º63.22%68.24%-
XYZ21.1313.411.15-
YUV99.85122.44180.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=53.05%
G=19.51%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174649000.630.480.32345.8246.2246.67
HexAE405A03F302015a2e2f
Octal25610013207760405325657
Binary10101110100000010110100111111110000100000101011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE405A; }

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

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

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

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

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

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

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

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