#AE4456

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

Shades of Hippie Pink #AE4456

Tints of Hippie Pink #AE4456

Color information

#AE4456 (or 0xAE4456) is unknown color: approx Hippie Pink. HEX triplet: AE, 44 and 56. RGB value is (174,68,86). Sum of RGB (Red+Green+Blue) = 174+68+86=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4456 is #51BBA9. Grayscale: #656565. Windows color (decimal): -5356458 or 5653678. OLE color: 5653678.

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

Color convert

RGB1746886-
CMYK00.610.510.32
HSL349.81º43.8%47.45%-
HSV(B)349.81º60.92%68.24%-
XYZ21.213.810.35-
YUV101.75119.12179.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=53.05%
G=20.73%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174688600.610.510.32349.8143.847.45
HexAE445603D332015e2c2f
Octal25610412607563405365457
Binary10101110100010010101100111101110011100000101011110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4456; }

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

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

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

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

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

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

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

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