#AE4253

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

Shades of Hippie Pink #AE4253

Tints of Hippie Pink #AE4253

Color information

#AE4253 (or 0xAE4253) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 53. RGB value is (174,66,83). Sum of RGB (Red+Green+Blue) = 174+66+83=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4253 is #51BDAC. Grayscale: #646464. Windows color (decimal): -5356973 or 5456558. OLE color: 5456558.

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

Color convert

RGB1746683-
CMYK00.620.520.32
HSL350.56º45%47.06%-
HSV(B)350.56º62.07%68.24%-
XYZ20.9713.529.69-
YUV100.23118.28180.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=53.87%
G=20.43%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174668300.620.520.32350.564547.06
HexAE425303E342015f2d2f
Octal25610212307664405375557
Binary10101110100001010100110111110110100100000101011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4253; }

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

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

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

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

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

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

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

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