#AE4D51

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

Shades of Hippie Pink #AE4D51

Tints of Hippie Pink #AE4D51

Color information

#AE4D51 (or 0xAE4D51) is unknown color: approx Hippie Pink. HEX triplet: AE, 4D and 51. RGB value is (174,77,81). Sum of RGB (Red+Green+Blue) = 174+77+81=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D51 is #51B2AE. Grayscale: #6A6A6A. Windows color (decimal): -5354159 or 5328302. OLE color: 5328302.

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

Color convert

RGB1747781-
CMYK00.560.530.32
HSL357.53º38.65%49.22%-
HSV(B)357.53º55.75%68.24%-
XYZ21.5914.99.52-
YUV106.46113.64176.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=52.41%
G=23.19%
B=24.40%

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
Decimal174778100.560.530.32357.5338.6549.22
HexAE4D5103835201662731
Octal25611512107065405464761
Binary10101110100110110100010111000110101100000101100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D51; }

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

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

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

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

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

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

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

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