#AE4C4E

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

Shades of Hippie Pink #AE4C4E

Tints of Hippie Pink #AE4C4E

Color information

#AE4C4E (or 0xAE4C4E) is unknown color: approx Hippie Pink. HEX triplet: AE, 4C and 4E. RGB value is (174,76,78). Sum of RGB (Red+Green+Blue) = 174+76+78=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C4E is #51B3B1. Grayscale: #696969. Windows color (decimal): -5354418 or 5131438. OLE color: 5131438.

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

Color convert

RGB1747678-
CMYK00.560.550.32
HSL358.78º39.2%49.02%-
HSV(B)358.78º56.32%68.24%-
XYZ21.4214.728.92-
YUV105.53112.47176.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=53.05%
G=23.17%
B=23.78%

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
Decimal174767800.560.550.32358.7839.249.02
HexAE4C4E03837201672731
Octal25611411607067405474761
Binary10101110100110010011100111000110111100000101100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C4E; }

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

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

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

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

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

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

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

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