#AE595C

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

Shades of Hippie Pink #AE595C

Tints of Hippie Pink #AE595C

Color information

#AE595C (or 0xAE595C) is unknown color: approx Hippie Pink. HEX triplet: AE, 59 and 5C. RGB value is (174,89,92). Sum of RGB (Red+Green+Blue) = 174+89+92=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE595C is #51A6A3. Grayscale: #727272. Windows color (decimal): -5351076 or 6052270. OLE color: 6052270.

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

Color convert

RGB1748992-
CMYK00.490.470.32
HSL357.88º34.41%51.57%-
HSV(B)357.88º48.85%68.24%-
XYZ22.9616.9212.18-
YUV114.76115.16170.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=49.01%
G=25.07%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174899200.490.470.32357.8834.4151.57
HexAE595C0312F201662234
Octal25613113406157405464264
Binary10101110101100110111000110001101111100000101100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE595C; }

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

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

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

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

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

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

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

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