#AE484E

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

Shades of Hippie Pink #AE484E

Tints of Hippie Pink #AE484E

Color information

#AE484E (or 0xAE484E) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 4E. RGB value is (174,72,78). Sum of RGB (Red+Green+Blue) = 174+72+78=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE484E is #51B7B1. Grayscale: #676767. Windows color (decimal): -5355442 or 5130414. OLE color: 5130414.

HSL color Cylindrical-coordinate representation of color #AE484E: hue angle of 356.47º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE484E is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1747278-
CMYK00.590.550.32
HSL356.47º41.46%48.24%-
HSV(B)356.47º58.62%68.24%-
XYZ21.1514.188.83-
YUV103.18113.79178.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=53.70%
G=22.22%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174727800.590.550.32356.4741.4648.24
HexAE484E03B37201642930
Octal25611011607367405445160
Binary10101110100100010011100111011110111100000101100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE484E; }

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

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

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

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

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

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

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

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