#AE515A

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

Shades of Hippie Pink #AE515A

Tints of Hippie Pink #AE515A

Color information

#AE515A (or 0xAE515A) is unknown color: approx Hippie Pink. HEX triplet: AE, 51 and 5A. RGB value is (174,81,90). Sum of RGB (Red+Green+Blue) = 174+81+90=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE515A is #51AEA5. Grayscale: #6D6D6D. Windows color (decimal): -5353126 or 5919150. OLE color: 5919150.

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

Color convert

RGB1748190-
CMYK00.530.480.32
HSL354.19º36.47%50%-
HSV(B)354.19º53.45%68.24%-
XYZ22.2415.6211.52-
YUV109.83116.81173.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=50.43%
G=23.48%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174819000.530.480.32354.1936.4750
HexAE515A03530201622432
Octal25612113206560405424462
Binary10101110101000110110100110101110000100000101100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE515A; }

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

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

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

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

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

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

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

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