#AE4C4D

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

Shades of Hippie Pink #AE4C4D

Tints of Hippie Pink #AE4C4D

Color information

#AE4C4D (or 0xAE4C4D) is unknown color: approx Hippie Pink. HEX triplet: AE, 4C and 4D. RGB value is (174,76,77). Sum of RGB (Red+Green+Blue) = 174+76+77=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C4D is #51B3B2. Grayscale: #696969. Windows color (decimal): -5354419 or 5065902. OLE color: 5065902.

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

Color convert

RGB1747677-
CMYK00.560.560.32
HSL359.39º39.2%49.02%-
HSV(B)359.39º56.32%68.24%-
XYZ21.3814.78.73-
YUV105.42111.97176.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=53.21%
G=23.24%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174767700.560.560.32359.3939.249.02
HexAE4C4D03838201672731
Octal25611411507070405474761
Binary10101110100110010011010111000111000100000101100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C4D; }

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

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

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

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

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

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

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

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