#AE425B

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

Shades of Hippie Pink #AE425B

Tints of Hippie Pink #AE425B

Color information

#AE425B (or 0xAE425B) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 5B. RGB value is (174,66,91). Sum of RGB (Red+Green+Blue) = 174+66+91=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE425B is #51BDA4. Grayscale: #656565. Windows color (decimal): -5356965 or 5980846. OLE color: 5980846.

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

Color convert

RGB1746691-
CMYK00.620.480.32
HSL346.11º45%47.06%-
HSV(B)346.11º62.07%68.24%-
XYZ21.2913.6511.41-
YUV101.14122.28179.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=52.57%
G=19.94%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174669100.620.480.32346.114547.06
HexAE425B03E302015a2d2f
Octal25610213307660405325557
Binary10101110100001010110110111110110000100000101011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE425B; }

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

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

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

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

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

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

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

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