#AE4258

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

Shades of Hippie Pink #AE4258

Tints of Hippie Pink #AE4258

Color information

#AE4258 (or 0xAE4258) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 58. RGB value is (174,66,88). Sum of RGB (Red+Green+Blue) = 174+66+88=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4258 is #51BDA7. Grayscale: #646464. Windows color (decimal): -5356968 or 5784238. OLE color: 5784238.

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

Color convert

RGB1746688-
CMYK00.620.490.32
HSL347.78º45%47.06%-
HSV(B)347.78º62.07%68.24%-
XYZ21.1713.610.74-
YUV100.8120.78180.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=53.05%
G=20.12%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174668800.620.490.32347.784547.06
HexAE425803E312015c2d2f
Octal25610213007661405345557
Binary10101110100001010110000111110110001100000101011100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4258; }

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

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

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

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

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

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

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

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