#AE575A

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

Shades of Hippie Pink #AE575A

Tints of Hippie Pink #AE575A

Color information

#AE575A (or 0xAE575A) is unknown color: approx Hippie Pink. HEX triplet: AE, 57 and 5A. RGB value is (174,87,90). Sum of RGB (Red+Green+Blue) = 174+87+90=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE575A is #51A8A5. Grayscale: #717171. Windows color (decimal): -5351590 or 5920686. OLE color: 5920686.

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

Color convert

RGB1748790-
CMYK00.50.480.32
HSL357.93º34.94%51.18%-
HSV(B)357.93º50%68.24%-
XYZ22.7116.5511.67-
YUV113.36114.82171.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=49.57%
G=24.79%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174879000.50.480.32357.9334.9451.18
HexAE575A03230201662333
Octal25612713206260405464363
Binary10101110101011110110100110010110000100000101100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE575A; }

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

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

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

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

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

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

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

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