#AE4C52

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

Shades of Hippie Pink #AE4C52

Tints of Hippie Pink #AE4C52

Color information

#AE4C52 (or 0xAE4C52) is unknown color: approx Hippie Pink. HEX triplet: AE, 4C and 52. RGB value is (174,76,82). Sum of RGB (Red+Green+Blue) = 174+76+82=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C52 is #51B3AD. Grayscale: #6A6A6A. Windows color (decimal): -5354414 or 5393582. OLE color: 5393582.

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

Color convert

RGB1747682-
CMYK00.560.530.32
HSL356.33º39.2%49.02%-
HSV(B)356.33º56.32%68.24%-
XYZ21.5614.789.7-
YUV105.99114.47176.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=52.41%
G=22.89%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174768200.560.530.32356.3339.249.02
HexAE4C5203835201642731
Octal25611412207065405444761
Binary10101110100110010100100111000110101100000101100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C52; }

 p { color: rgb(174,76,82); }

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

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

 a { background-color: rgb(174,76,82); }

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

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

 span { border-color: rgb(174,76,82); }

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