#AE484D

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

Shades of Hippie Pink #AE484D

Tints of Hippie Pink #AE484D

Color information

#AE484D (or 0xAE484D) is unknown color: approx Hippie Pink. HEX triplet: AE, 48 and 4D. RGB value is (174,72,77). Sum of RGB (Red+Green+Blue) = 174+72+77=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE484D is #51B7B2. Grayscale: #676767. Windows color (decimal): -5355443 or 5064878. OLE color: 5064878.

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

Color convert

RGB1747277-
CMYK00.590.560.32
HSL357.06º41.46%48.24%-
HSV(B)357.06º58.62%68.24%-
XYZ21.1114.178.64-
YUV103.07113.29178.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=53.87%
G=22.29%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174727700.590.560.32357.0641.4648.24
HexAE484D03B38201652930
Octal25611011507370405455160
Binary10101110100100010011010111011111000100000101100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE484D; }

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

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

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

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

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

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

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

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