#AE5658

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

Shades of Hippie Pink #AE5658

Tints of Hippie Pink #AE5658

Color information

#AE5658 (or 0xAE5658) is unknown color: approx Hippie Pink. HEX triplet: AE, 56 and 58. RGB value is (174,86,88). Sum of RGB (Red+Green+Blue) = 174+86+88=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5658 is #51A9A7. Grayscale: #707070. Windows color (decimal): -5351848 or 5789358. OLE color: 5789358.

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

Color convert

RGB1748688-
CMYK00.510.490.32
HSL358.64º35.2%50.98%-
HSV(B)358.64º50.57%68.24%-
XYZ22.5416.3611.2-
YUV112.54114.15171.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=50%
G=24.71%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174868800.510.490.32358.6435.250.98
HexAE565803331201672333
Octal25612613006361405474363
Binary10101110101011010110000110011110001100000101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5658; }

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

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

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

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

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

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

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

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