#AE465E

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

Shades of Hippie Pink #AE465E

Tints of Hippie Pink #AE465E

Color information

#AE465E (or 0xAE465E) is unknown color: approx Hippie Pink. HEX triplet: AE, 46 and 5E. RGB value is (174,70,94). Sum of RGB (Red+Green+Blue) = 174+70+94=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE465E is #51B9A1. Grayscale: #676767. Windows color (decimal): -5355938 or 6178478. OLE color: 6178478.

HSL color Cylindrical-coordinate representation of color #AE465E: hue angle of 346.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE465E is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1747094-
CMYK00.600.460.32
HSL346.15º42.62%47.84%-
HSV(B)346.15º59.77%68.24%-
XYZ21.6714.1912.19-
YUV103.83122.46178.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 70 (27.73% from 255) = 20.71%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=51.48%
G=20.71%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174709400.600.460.32346.1542.6247.84
HexAE465E03C2E2015a2b30
Octal25610613607456405325360
Binary10101110100011010111100111100101110100000101011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE465E; }

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

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

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

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

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

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

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

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