#AE4256

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

Shades of Hippie Pink #AE4256

Tints of Hippie Pink #AE4256

Color information

#AE4256 (or 0xAE4256) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 56. RGB value is (174,66,86). Sum of RGB (Red+Green+Blue) = 174+66+86=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4256 is #51BDA9. Grayscale: #646464. Windows color (decimal): -5356970 or 5653166. OLE color: 5653166.

HSL color Cylindrical-coordinate representation of color #AE4256: hue angle of 348.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4256 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1746686-
CMYK00.620.510.32
HSL348.89º45%47.06%-
HSV(B)348.89º62.07%68.24%-
XYZ21.0813.5710.31-
YUV100.57119.78180.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=53.37%
G=20.25%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174668600.620.510.32348.894547.06
HexAE425603E332015d2d2f
Octal25610212607663405355557
Binary10101110100001010101100111110110011100000101011101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4256; }

 p { color: rgb(174,66,86); }

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

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

 a { background-color: rgb(174,66,86); }

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

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

 span { border-color: rgb(174,66,86); }

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