#AE425E

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

Shades of Hippie Pink #AE425E

Tints of Hippie Pink #AE425E

Color information

#AE425E (or 0xAE425E) is unknown color: approx Hippie Pink. HEX triplet: AE, 42 and 5E. RGB value is (174,66,94). Sum of RGB (Red+Green+Blue) = 174+66+94=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE425E is #51BDA1. Grayscale: #656565. Windows color (decimal): -5356962 or 6177454. OLE color: 6177454.

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

Color convert

RGB1746694-
CMYK00.620.460.32
HSL344.44º45%47.06%-
HSV(B)344.44º62.07%68.24%-
XYZ21.4213.712.11-
YUV101.48123.78179.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=52.10%
G=19.76%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174669400.620.460.32344.444547.06
HexAE425E03E2E201582d2f
Octal25610213607656405305557
Binary10101110100001010111100111110101110100000101011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE425E; }

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

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

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

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

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

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

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

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