#AE5156

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

Shades of Hippie Pink #AE5156

Tints of Hippie Pink #AE5156

Color information

#AE5156 (or 0xAE5156) is unknown color: approx Hippie Pink. HEX triplet: AE, 51 and 56. RGB value is (174,81,86). Sum of RGB (Red+Green+Blue) = 174+81+86=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5156 is #51AEA9. Grayscale: #6D6D6D. Windows color (decimal): -5353130 or 5657006. OLE color: 5657006.

HSL color Cylindrical-coordinate representation of color #AE5156: hue angle of 356.77º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5156 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1748186-
CMYK00.530.510.32
HSL356.77º36.47%50%-
HSV(B)356.77º53.45%68.24%-
XYZ22.0815.5610.64-
YUV109.38114.81174.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=51.03%
G=23.75%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174818600.530.510.32356.7736.4750
HexAE515603533201652432
Octal25612112606563405454462
Binary10101110101000110101100110101110011100000101100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5156; }

 p { color: rgb(174,81,86); }

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

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

 a { background-color: rgb(174,81,86); }

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

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

 span { border-color: rgb(174,81,86); }

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