#AE4359

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

Shades of Hippie Pink #AE4359

Tints of Hippie Pink #AE4359

Color information

#AE4359 (or 0xAE4359) is unknown color: approx Hippie Pink. HEX triplet: AE, 43 and 59. RGB value is (174,67,89). Sum of RGB (Red+Green+Blue) = 174+67+89=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4359 is #51BCA6. Grayscale: #656565. Windows color (decimal): -5356711 or 5850030. OLE color: 5850030.

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

Color convert

RGB1746789-
CMYK00.610.490.32
HSL347.66º44.4%47.25%-
HSV(B)347.66º61.49%68.24%-
XYZ21.2713.7310.98-
YUV101.5120.95179.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=52.73%
G=20.30%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174678900.610.490.32347.6644.447.25
HexAE435903D312015c2c2f
Octal25610313107561405345457
Binary10101110100001110110010111101110001100000101011100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4359; }

 p { color: rgb(174,67,89); }

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

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

 a { background-color: rgb(174,67,89); }

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

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

 span { border-color: rgb(174,67,89); }

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