#AE5557

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

Shades of Hippie Pink #AE5557

Tints of Hippie Pink #AE5557

Color information

#AE5557 (or 0xAE5557) is unknown color: approx Hippie Pink. HEX triplet: AE, 55 and 57. RGB value is (174,85,87). Sum of RGB (Red+Green+Blue) = 174+85+87=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5557 is #51AAA8. Grayscale: #6F6F6F. Windows color (decimal): -5352105 or 5723566. OLE color: 5723566.

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

Color convert

RGB1748587-
CMYK00.510.50.32
HSL358.65º35.46%50.78%-
HSV(B)358.65º51.15%68.24%-
XYZ22.4216.1810.96-
YUV111.84113.99172.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=50.29%
G=24.57%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174858700.510.50.32358.6535.4650.78
HexAE555703332201672333
Octal25612512706362405474363
Binary10101110101010110101110110011110010100000101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5557; }

 p { color: rgb(174,85,87); }

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

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

 a { background-color: rgb(174,85,87); }

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

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

 span { border-color: rgb(174,85,87); }

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