#AE4251

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

Shades of Hippie Pink #AE4251

Tints of Hippie Pink #AE4251

Color information

#AE4251 (or 0xAE4251) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 51. RGB value is (174,66,81). Sum of RGB (Red+Green+Blue) = 174+66+81=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4251 is #51BDAE. Grayscale: #646464. Windows color (decimal): -5356975 or 5325486. OLE color: 5325486.

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

Color convert

RGB1746681-
CMYK00.620.530.32
HSL351.67º45%47.06%-
HSV(B)351.67º62.07%68.24%-
XYZ20.8913.499.29-
YUV100117.28180.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=54.21%
G=20.56%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174668100.620.530.32351.674547.06
HexAE425103E35201602d2f
Octal25610212107665405405557
Binary10101110100001010100010111110110101100000101100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4251; }

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

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

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

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

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

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

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

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