#AE454C

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

Shades of Hippie Pink #AE454C

Tints of Hippie Pink #AE454C

Color information

#AE454C (or 0xAE454C) is unknown color: approx Hippie Pink. HEX triplet: AE, 45 and 4C. RGB value is (174,69,76). Sum of RGB (Red+Green+Blue) = 174+69+76=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE454C is #51BAB3. Grayscale: #656565. Windows color (decimal): -5356212 or 4998574. OLE color: 4998574.

HSL color Cylindrical-coordinate representation of color #AE454C: hue angle of 356º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE454C is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1746976-
CMYK00.600.560.32
HSL356º43.21%47.65%-
HSV(B)356º60.34%68.24%-
XYZ20.8913.788.4-
YUV101.19113.79179.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=54.55%
G=21.63%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174697600.600.560.3235643.2147.65
HexAE454C03C38201642b30
Octal25610511407470405445360
Binary10101110100010110011000111100111000100000101100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE454C; }

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

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

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

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

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

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

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

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