#AE5257

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

Shades of Hippie Pink #AE5257

Tints of Hippie Pink #AE5257

Color information

#AE5257 (or 0xAE5257) is unknown color: approx Hippie Pink. HEX triplet: AE, 52 and 57. RGB value is (174,82,87). Sum of RGB (Red+Green+Blue) = 174+82+87=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5257 is #51ADA8. Grayscale: #6E6E6E. Windows color (decimal): -5352873 or 5722798. OLE color: 5722798.

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

Color convert

RGB1748287-
CMYK00.530.50.32
HSL356.74º36.22%50.2%-
HSV(B)356.74º52.87%68.24%-
XYZ22.1915.7210.88-
YUV110.08114.98173.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=50.73%
G=23.91%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174828700.530.50.32356.7436.2250.2
HexAE525703532201652432
Octal25612212706562405454462
Binary10101110101001010101110110101110010100000101100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5257; }

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

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

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

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

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

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

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

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