#AE4661

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

Shades of Hippie Pink #AE4661

Tints of Hippie Pink #AE4661

Color information

#AE4661 (or 0xAE4661) is unknown color: approx Hippie Pink. HEX triplet: AE, 46 and 61. RGB value is (174,70,97). Sum of RGB (Red+Green+Blue) = 174+70+97=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4661 is #51B99E. Grayscale: #686868. Windows color (decimal): -5355935 or 6375086. OLE color: 6375086.

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

Color convert

RGB1747097-
CMYK00.600.440.32
HSL344.42º42.62%47.84%-
HSV(B)344.42º59.77%68.24%-
XYZ21.814.2412.91-
YUV104.17123.96177.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=51.03%
G=20.53%
B=28.45%

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
Decimal174709700.600.440.32344.4242.6247.84
HexAE466103C2C201582b30
Octal25610614107454405305360
Binary10101110100011011000010111100101100100000101011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4661; }

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

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

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

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

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

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

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

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