#AE5359

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

Shades of Hippie Pink #AE5359

Tints of Hippie Pink #AE5359

Color information

#AE5359 (or 0xAE5359) is unknown color: approx Hippie Pink. HEX triplet: AE, 53 and 59. RGB value is (174,83,89). Sum of RGB (Red+Green+Blue) = 174+83+89=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5359 is #51ACA6. Grayscale: #6E6E6E. Windows color (decimal): -5352615 or 5854126. OLE color: 5854126.

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

Color convert

RGB1748389-
CMYK00.520.490.32
HSL356.04º35.97%50.39%-
HSV(B)356.04º52.3%68.24%-
XYZ22.3515.9111.34-
YUV110.89115.65173.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=50.29%
G=23.99%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174838900.520.490.32356.0435.9750.39
HexAE535903431201642432
Octal25612313106461405444462
Binary10101110101001110110010110100110001100000101100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5359; }

 p { color: rgb(174,83,89); }

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

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

 a { background-color: rgb(174,83,89); }

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

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

 span { border-color: rgb(174,83,89); }

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