#AE4D4E

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

Shades of Hippie Pink #AE4D4E

Tints of Hippie Pink #AE4D4E

Color information

#AE4D4E (or 0xAE4D4E) is unknown color: approx Hippie Pink. HEX triplet: AE, 4D and 4E. RGB value is (174,77,78). Sum of RGB (Red+Green+Blue) = 174+77+78=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4D4E is #51B2B1. Grayscale: #6A6A6A. Windows color (decimal): -5354162 or 5131694. OLE color: 5131694.

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

Color convert

RGB1747778-
CMYK00.560.550.32
HSL359.38º38.65%49.22%-
HSV(B)359.38º55.75%68.24%-
XYZ21.4814.868.94-
YUV106.12112.14176.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=52.89%
G=23.40%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174777800.560.550.32359.3838.6549.22
HexAE4D4E03837201672731
Octal25611511607067405474761
Binary10101110100110110011100111000110111100000101100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D4E; }

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

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

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

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

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

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

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

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