#AE5460

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

Shades of Hippie Pink #AE5460

Tints of Hippie Pink #AE5460

Color information

#AE5460 (or 0xAE5460) is unknown color: approx Hippie Pink. HEX triplet: AE, 54 and 60. RGB value is (174,84,96). Sum of RGB (Red+Green+Blue) = 174+84+96=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5460 is #51AB9F. Grayscale: #707070. Windows color (decimal): -5352352 or 6313134. OLE color: 6313134.

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

Color convert

RGB1748496-
CMYK00.520.450.32
HSL352º35.71%50.59%-
HSV(B)352º51.72%68.24%-
XYZ22.7416.1812.99-
YUV112.28118.82172.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=49.15%
G=23.73%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174849600.520.450.3235235.7150.59
HexAE54600342D201602433
Octal25612414006455405404463
Binary10101110101010011000000110100101101100000101100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5460; }

 p { color: rgb(174,84,96); }

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

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

 a { background-color: rgb(174,84,96); }

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

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

 span { border-color: rgb(174,84,96); }

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