#AE595A

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

Shades of Hippie Pink #AE595A

Tints of Hippie Pink #AE595A

Color information

#AE595A (or 0xAE595A) is unknown color: approx Hippie Pink. HEX triplet: AE, 59 and 5A. RGB value is (174,89,90). Sum of RGB (Red+Green+Blue) = 174+89+90=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE595A is #51A6A5. Grayscale: #727272. Windows color (decimal): -5351078 or 5921198. OLE color: 5921198.

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

Color convert

RGB1748990-
CMYK00.490.480.32
HSL359.29º34.41%51.57%-
HSV(B)359.29º48.85%68.24%-
XYZ22.8716.8811.73-
YUV114.53114.16170.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=49.29%
G=25.21%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174899000.490.480.32359.2934.4151.57
HexAE595A03130201672234
Octal25613113206160405474264
Binary10101110101100110110100110001110000100000101100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE595A; }

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

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

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

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

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

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

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

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