#AE525B

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

Shades of Hippie Pink #AE525B

Tints of Hippie Pink #AE525B

Color information

#AE525B (or 0xAE525B) is unknown color: approx Hippie Pink. HEX triplet: AE, 52 and 5B. RGB value is (174,82,91). Sum of RGB (Red+Green+Blue) = 174+82+91=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE525B is #51ADA4. Grayscale: #6E6E6E. Windows color (decimal): -5352869 or 5984942. OLE color: 5984942.

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

Color convert

RGB1748291-
CMYK00.530.480.32
HSL354.13º36.22%50.2%-
HSV(B)354.13º52.87%68.24%-
XYZ22.3615.7911.77-
YUV110.53116.98173.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=50.14%
G=23.63%
B=26.22%

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
Decimal174829100.530.480.32354.1336.2250.2
HexAE525B03530201622432
Octal25612213306560405424462
Binary10101110101001010110110110101110000100000101100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE525B; }

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

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

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

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

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

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

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

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