#AE4F5E

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

Shades of Hippie Pink #AE4F5E

Tints of Hippie Pink #AE4F5E

Color information

#AE4F5E (or 0xAE4F5E) is unknown color: approx Hippie Pink. HEX triplet: AE, 4F and 5E. RGB value is (174,79,94). Sum of RGB (Red+Green+Blue) = 174+79+94=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4F5E is #51B0A1. Grayscale: #6D6D6D. Windows color (decimal): -5353634 or 6180782. OLE color: 6180782.

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

Color convert

RGB1747994-
CMYK00.550.460.32
HSL350.53º37.55%49.61%-
HSV(B)350.53º54.6%68.24%-
XYZ22.2715.412.39-
YUV109.12119.47174.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=50.14%
G=22.77%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174799400.550.460.32350.5337.5549.61
HexAE4F5E0372E2015f2632
Octal25611713606756405374662
Binary10101110100111110111100110111101110100000101011111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4F5E; }

 p { color: rgb(174,79,94); }

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

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

 a { background-color: rgb(174,79,94); }

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

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

 span { border-color: rgb(174,79,94); }

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