#AE505B

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

Shades of Hippie Pink #AE505B

Tints of Hippie Pink #AE505B

Color information

#AE505B (or 0xAE505B) is unknown color: approx Hippie Pink. HEX triplet: AE, 50 and 5B. RGB value is (174,80,91). Sum of RGB (Red+Green+Blue) = 174+80+91=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE505B is #51AFA4. Grayscale: #6D6D6D. Windows color (decimal): -5353381 or 5984430. OLE color: 5984430.

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

Color convert

RGB1748091-
CMYK00.540.480.32
HSL352.98º37.01%49.8%-
HSV(B)352.98º54.02%68.24%-
XYZ22.2115.4911.72-
YUV109.36117.64174.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=50.43%
G=23.19%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174809100.540.480.32352.9837.0149.8
HexAE505B03630201612532
Octal25612013306660405414562
Binary10101110101000010110110110110110000100000101100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE505B; }

 p { color: rgb(174,80,91); }

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

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

 a { background-color: rgb(174,80,91); }

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

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

 span { border-color: rgb(174,80,91); }

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