#AE454E

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

Shades of Hippie Pink #AE454E

Tints of Hippie Pink #AE454E

Color information

#AE454E (or 0xAE454E) is unknown color: approx Hippie Pink. HEX triplet: AE, 45 and 4E. RGB value is (174,69,78). Sum of RGB (Red+Green+Blue) = 174+69+78=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE454E is #51BAB1. Grayscale: #656565. Windows color (decimal): -5356210 or 5129646. OLE color: 5129646.

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

Color convert

RGB1746978-
CMYK00.600.550.32
HSL354.86º43.21%47.65%-
HSV(B)354.86º60.34%68.24%-
XYZ20.9613.88.77-
YUV101.42114.79179.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=54.21%
G=21.50%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174697800.600.550.32354.8643.2147.65
HexAE454E03C37201632b30
Octal25610511607467405435360
Binary10101110100010110011100111100110111100000101100011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE454E; }

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

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

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

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

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

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

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

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