#AE4153

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

Shades of Hippie Pink #AE4153

Tints of Hippie Pink #AE4153

Color information

#AE4153 (or 0xAE4153) is unknown color: approx Hippie Pink. HEX triplet: AE, 41 and 53. RGB value is (174,65,83). Sum of RGB (Red+Green+Blue) = 174+65+83=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4153 is #51BEAC. Grayscale: #636363. Windows color (decimal): -5357229 or 5456302. OLE color: 5456302.

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

Color convert

RGB1746583-
CMYK00.630.520.32
HSL350.09º45.61%46.86%-
HSV(B)350.09º62.64%68.24%-
XYZ20.9113.49.67-
YUV99.64118.61181.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=54.04%
G=20.19%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174658300.630.520.32350.0945.6146.86
HexAE415303F342015e2e2f
Octal25610112307764405365657
Binary10101110100000110100110111111110100100000101011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4153; }

 p { color: rgb(174,65,83); }

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

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

 a { background-color: rgb(174,65,83); }

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

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

 span { border-color: rgb(174,65,83); }

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