#AE525E

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

Shades of Hippie Pink #AE525E

Tints of Hippie Pink #AE525E

Color information

#AE525E (or 0xAE525E) is unknown color: approx Hippie Pink. HEX triplet: AE, 52 and 5E. RGB value is (174,82,94). Sum of RGB (Red+Green+Blue) = 174+82+94=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE525E is #51ADA1. Grayscale: #6E6E6E. Windows color (decimal): -5352866 or 6181550. OLE color: 6181550.

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

Color convert

RGB1748294-
CMYK00.530.460.32
HSL352.17º36.22%50.2%-
HSV(B)352.17º52.87%68.24%-
XYZ22.4915.8412.46-
YUV110.88118.48173.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=49.71%
G=23.43%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174829400.530.460.32352.1736.2250.2
HexAE525E0352E201602432
Octal25612213606556405404462
Binary10101110101001010111100110101101110100000101100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE525E; }

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

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

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

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

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

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

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

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