#AE4450

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

Shades of Hippie Pink #AE4450

Tints of Hippie Pink #AE4450

Color information

#AE4450 (or 0xAE4450) is unknown color: approx Hippie Pink. HEX triplet: AE, 44 and 50. RGB value is (174,68,80). Sum of RGB (Red+Green+Blue) = 174+68+80=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4450 is #51BBAF. Grayscale: #656565. Windows color (decimal): -5356464 or 5260462. OLE color: 5260462.

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

Color convert

RGB1746880-
CMYK00.610.540.32
HSL353.21º43.8%47.45%-
HSV(B)353.21º60.92%68.24%-
XYZ20.9713.719.13-
YUV101.06116.12180.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=54.04%
G=21.12%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174688000.610.540.32353.2143.847.45
HexAE445003D36201612c2f
Octal25610412007566405415457
Binary10101110100010010100000111101110110100000101100001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4450; }

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

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

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

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

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

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

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

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