#AE4650

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

Shades of Hippie Pink #AE4650

Tints of Hippie Pink #AE4650

Color information

#AE4650 (or 0xAE4650) is unknown color: approx Hippie Pink. HEX triplet: AE, 46 and 50. RGB value is (174,70,80). Sum of RGB (Red+Green+Blue) = 174+70+80=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4650 is #51B9AF. Grayscale: #666666. Windows color (decimal): -5355952 or 5260974. OLE color: 5260974.

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

Color convert

RGB1747080-
CMYK00.600.540.32
HSL354.23º42.62%47.84%-
HSV(B)354.23º59.77%68.24%-
XYZ21.0913.969.17-
YUV102.24115.46179.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=53.70%
G=21.60%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174708000.600.540.32354.2342.6247.84
HexAE465003C36201622b30
Octal25610612007466405425360
Binary10101110100011010100000111100110110100000101100010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4650; }

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

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

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

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

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

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

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

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