#AE4662

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

Shades of Hippie Pink #AE4662

Tints of Hippie Pink #AE4662

Color information

#AE4662 (or 0xAE4662) is unknown color: approx Hippie Pink. HEX triplet: AE, 46 and 62. RGB value is (174,70,98). Sum of RGB (Red+Green+Blue) = 174+70+98=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4662 is #51B99D. Grayscale: #686868. Windows color (decimal): -5355934 or 6440622. OLE color: 6440622.

HSL color Cylindrical-coordinate representation of color #AE4662: hue angle of 343.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4662 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB1747098-
CMYK00.600.440.32
HSL343.85º42.62%47.84%-
HSV(B)343.85º59.77%68.24%-
XYZ21.8514.2613.16-
YUV104.29124.46177.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=50.88%
G=20.47%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174709800.600.440.32343.8542.6247.84
HexAE466203C2C201582b30
Octal25610614207454405305360
Binary10101110100011011000100111100101100100000101011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4662; }

 p { color: rgb(174,70,98); }

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

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

 a { background-color: rgb(174,70,98); }

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

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

 span { border-color: rgb(174,70,98); }

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