#AE425D

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

Shades of Hippie Pink #AE425D

Tints of Hippie Pink #AE425D

Color information

#AE425D (or 0xAE425D) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 5D. RGB value is (174,66,93). Sum of RGB (Red+Green+Blue) = 174+66+93=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE425D is #51BDA2. Grayscale: #656565. Windows color (decimal): -5356963 or 6111918. OLE color: 6111918.

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

Color convert

RGB1746693-
CMYK00.620.470.32
HSL345º45%47.06%-
HSV(B)345º62.07%68.24%-
XYZ21.3813.6911.87-
YUV101.37123.28179.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=52.25%
G=19.82%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174669300.620.470.323454547.06
HexAE425D03E2F201592d2f
Octal25610213507657405315557
Binary10101110100001010111010111110101111100000101011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE425D; }

 p { color: rgb(174,66,93); }

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

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

 a { background-color: rgb(174,66,93); }

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

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

 span { border-color: rgb(174,66,93); }

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